HomeDevelopment › agy-bridge

agy-bridge

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

TypeScript Local macOSWindowsLinux
★ 52 stars Last pushed 2026-09-19 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agy-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "AGY_PATH": "<YOUR_VALUE>",
        "AGY_TIMEOUT": "<YOUR_VALUE>",
        "AGY_MAX_OUTPUT_CHARS": "<YOUR_VALUE>",
        "AGY_DEFAULT_MODEL": "<YOUR_VALUE>",
        "AGY_ON_FAILURE": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGY_PATH — Path to the agy binary (defaults to `agy` on PATH)
  • AGY_TIMEOUT — Override the per-tool timeouts, in seconds
  • AGY_MAX_OUTPUT_CHARS — Truncation cap for tool output, in characters (default 50000)
  • AGY_DEFAULT_MODEL — Fallback model when no chain entry is available
  • AGY_ON_FAILURE — Set to `strict` to instruct the calling agent not to absorb failed delegations (default `fallback`)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry