MCP server for coordinating multiple Claude Code instances with distributed task execution, unified management, communication, and issue tracking
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vibe-ensemble-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"vibe-ensemble-mcp"
]
}
}
}
Run in terminal:
claude mcp add vibe-ensemble-mcp cargo run -- vibe-ensemble-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"vibe-ensemble-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"vibe-ensemble-mcp"
]
}
}
}