Skip to content
Cline

claude agy mcp for Cline

io.github.pymodel/claude-agy-mcp

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

client:Cline transport:stdio runtime:npm

Install claude agy mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

claude agy mcp in other clients