Universal multi-agent orchestrator (MCP Server) for any AI coding tool — VS Code Copilot, Cursor, Windsurf, Claude Code, and more.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"optimus-code": {
"command": "npx",
"args": [
"-y",
"cloga/optimus-code"
]
}
}
}
Run in terminal:
claude mcp add optimus-code npx -y cloga/optimus-code
Add to .cursor/mcp.json:
{
"mcpServers": {
"optimus-code": {
"command": "npx",
"args": [
"-y",
"cloga/optimus-code"
]
}
}
}