A local MCP server for multi-agent orchestration that dynamically de-noises context, enforces strict coding boundaries, and mandates test validation for AI coding assistants.
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": {
"maestro-mcp": {
"command": "go",
"args": [
"run",
"github.com/ZoonChen/Maestro-MCP@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add maestro-mcp go run github.com/ZoonChen/Maestro-MCP@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"maestro-mcp": {
"command": "go",
"args": [
"run",
"github.com/ZoonChen/Maestro-MCP@latest"
]
}
}
}
📋 Copy