Swarm Coordinator for Claude Desktop
io.github.evozim/swarm-coordinator
Decentralized task broker and message relayer for multi-agent swarms.
client:Claude Desktop
transport:sse
Install Swarm Coordinator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"swarm-coordinator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://swarm-coordinator-mcp.vercel.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs