Skip to content
Zed

claude agy mcp for Zed

io.github.pymodel/claude-agy-mcp

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

client:Zed transport:stdio runtime:npm

Install claude agy mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

claude agy mcp in other clients