swarmclaw
by swarmclawai·★ 486·Score 51
SwarmClaw is a self-hosted multi-agent framework with MCP tools for autonomous agent swarms.
Overview
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework that supports autonomous agent swarms with durable agent memory, MCP tools, skills, delegation, schedules, and integration with 23+ LLM providers. It offers a practical alternative to Claude Code and LangChain, with support for various CLI tools and direct model access.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose SwarmClaw when you need a self-hosted multi-agent framework with memory, delegation, and MCP tools integration across multiple LLM providers.
When NOT to choose this
Avoid SwarmClaw if you need a simple MCP server without the overhead of a full multi-agent framework, or if you prefer cloud-hosted solutions.
Comparable tools
Installation
Installing SwarmClaw
Desktop App (Recommended)
Download the one-click installer from [swarmclaw.ai/downloads](https://swarmclaw.ai/downloads) Available for macOS, Windows, and Linux.
Global Install
npm i -g @swarmclawai/swarmclaw
swarmclawDocker
git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
mkdir -p data
touch .env.local
docker compose up -d --buildClaude Desktop Integration
To use SwarmClaw as an MCP server with Claude Desktop:
- Add to Claude Desktop config:
{
"mcpServers": {
"swarmclaw": {
"command": "swarmclaw",
"args": ["server"]
}
}
}FAQ
- What is SwarmClaw?
- SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework that supports autonomous agent swarms with MCP tools, skills, delegation, schedules, and integration with 23+ LLM providers.
- How do I install SwarmClaw?
- You can install SwarmClaw via desktop app, npm global install, or Docker. The desktop app is recommended for non-technical users while npm global install provides command-line access.
- Which LLM providers does SwarmClaw support?
- SwarmClaw supports 23+ LLM providers including Claude, GPT, Gemini, OpenRouter, Ollama, Anthropic, OpenAI, DeepSeek, Groq, Together, Mistral, xAI, Fireworks, Nebius, DeepInfra, and more.
On Hacker News
Recent discussion from the developer community.
- Story by jamesweb · 2026-03-01
- Story by jamesweb · 2026-03-12
Compare swarmclaw with
Last updated · Auto-generated from public README + GitHub signals.