vibe-ensemble-mcp

siy/vibe-ensemble-mcp
★ 7 stars Rust 💻 Code/Dev Tools Updated 3mo ago
MCP server for coordinating multiple Claude Code instances with distributed task execution, unified management, communication, and issue tracking
View on GitHub →

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"
      ]
    }
  }
}