
SwarmClaw
Supports UIby swarmclawai
Self-hosted multi-agent AI runtime with MCP server support, orchestration, and durable memory.
What it does
SwarmClaw is a comprehensive self-hosted runtime for autonomous AI agents. It connects multiple LLM providers and MCP servers, allowing agents to work with memory, skills, and schedules. It focuses on delegation, where a lead agent can orchestrate specialized sub-agents to complete complex tasks.
Tools
- Delegation: Spawn and manage specialized sub-agents.
- Memory: Hybrid recall, journaling, and project-scoped context.
- Schedules: Heartbeat loops and cron-based wake cycles for autonomy.
- Connectors: Bridges for Discord, Slack, Telegram, and WhatsApp.
- MCP Server Integration: Connect any MCP server to inject tools into agents.
Installation
Add SwarmClaw to your claude_desktop_config.json:
{
"mcpServers": {
"swarmclaw": {
"command": "npm",
"args": ["run", "swarmclaw"]
}
}
}
Supported hosts
Claude, OpenClaw, and various CLI-backed agent runtimes.
Quick install
npm i -g @swarmclawai/swarmclaw && swarmclawInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






