Skip to content
Claude Desktop

claude agy mcp for Claude Desktop

io.github.pymodel/claude-agy-mcp

Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.

client:Claude Desktop transport:stdio runtime:npm

Install claude agy mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "claude-agy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pymodel/claude-agy-mcp"
      ],
      "env": {
        "AGY_PATH": "<AGY_PATH>",
        "AGY_TIMEOUT": "<AGY_TIMEOUT>",
        "AGY_MAX_RUNTIME": "<AGY_MAX_RUNTIME>",
        "AGY_MAX_OUTPUT_CHARS": "<AGY_MAX_OUTPUT_CHARS>",
        "AGY_DEFAULT_MODEL": "<AGY_DEFAULT_MODEL>",
        "AGY_ON_FAILURE": "<AGY_ON_FAILURE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

claude agy mcp in other clients