MCP server for coordinating swarms of AI coding agents: task queue, messaging, knowledge base, machine capacity - stdio or stateless HTTP with bearer auth
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": {
"swarm-mcp-server": {
"command": "npx",
"args": [
"-y",
"Northern-Lighthouse/swarm-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add swarm-mcp-server npx -y Northern-Lighthouse/swarm-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"swarm-mcp-server": {
"command": "npx",
"args": [
"-y",
"Northern-Lighthouse/swarm-mcp-server"
]
}
}
}
📋 Copy