★ 360 stars
TypeScript
🤖 AI/LLM
Updated today
Self-hosted multi-agent AI runtime with MCP server support. Build, orchestrate, and run autonomous agents with memory, skills, schedules, and 23+ LLM providers (Claude, GPT, Gemini, OpenRouter, Ollama).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"swarmclaw": {
"command": "npx",
"args": [
"-y",
"swarmclawai/swarmclaw"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add swarmclaw npx -y swarmclawai/swarmclaw
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"swarmclaw": {
"command": "npx",
"args": [
"-y",
"swarmclawai/swarmclaw"
]
}
}
}
📋 Copy
Topics
agent-framework agents ai ai-agents autonomous-agents claude hermes hermes-agent llm mcp mcp-server multi-agent ollama openclaw openclaw-dashboard