MCP servers that let Claude Code delegate implementation work to the Antigravity (Gemini) and OpenCode CLIs, plus the operating rules that make it reliable
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": {
"agent-delegation-mcp": {
"command": "uvx",
"args": [
"agent-delegation-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agent-delegation-mcp uvx agent-delegation-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-delegation-mcp": {
"command": "uvx",
"args": [
"agent-delegation-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install agent-delegation-mcp