Skip to content
Grok

agy bridge for Grok

io.github.sshahzaiib/agy-bridge

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

client:Grok transport:stdio runtime:npm

Install agy bridge in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "agy-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agy-bridge"
      ],
      "env": {
        "AGY_PATH": "<AGY_PATH>",
        "AGY_TIMEOUT": "<AGY_TIMEOUT>",
        "AGY_MAX_OUTPUT_CHARS": "<AGY_MAX_OUTPUT_CHARS>",
        "AGY_DEFAULT_MODEL": "<AGY_DEFAULT_MODEL>",
        "AGY_ON_FAILURE": "<AGY_ON_FAILURE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agy bridge in other clients