agent-delegation-mcp

artcar12/agent-delegation-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP servers that let Claude Code delegate implementation work to the Antigravity (Gemini) and OpenCode CLIs, plus the operating rules that make it reliable
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-delegation-mcp": {
      "command": "uvx",
      "args": [
        "agent-delegation-mcp"
      ]
    }
  }
}

Or install with pip: pip install agent-delegation-mcp