agy-bridge
About
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGY_PATH AGY_TIMEOUT AGY_MAX_OUTPUT_CHARS AGY_DEFAULT_MODEL AGY_ON_FAILUREClaude Code
claude mcp add --env AGY_PATH= --env AGY_TIMEOUT= --env AGY_MAX_OUTPUT_CHARS= --env AGY_DEFAULT_MODEL= --env AGY_ON_FAILURE= agy-bridge -- npx agy-bridge
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agy-bridge","command":"npx","args":["agy-bridge"],"env":{"AGY_PATH":"","AGY_TIMEOUT":"","AGY_MAX_OUTPUT_CHARS":"","AGY_DEFAULT_MODEL":"","AGY_ON_FAILURE":""}}'
JSON
{
"mcpServers": {
"agy-bridge": {
"command": "npx",
"args": [
"agy-bridge"
],
"env": {
"AGY_PATH": "",
"AGY_TIMEOUT": "",
"AGY_MAX_OUTPUT_CHARS": "",
"AGY_DEFAULT_MODEL": "",
"AGY_ON_FAILURE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.