Used by 1 plugin
Swarm multi-agent coordination tools
Add to your .mcp.json:
{
"mcpServers": {
"swarm-tools": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/bin/swarm-mcp-server.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun${CLAUDE_PLUGIN_ROOT}