Home › Development › agy-bridge
agy-bridge
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
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 secondsAGY_MAX_OUTPUT_CHARS— Truncation cap for tool output, in characters (default 50000)AGY_DEFAULT_MODEL— Fallback model when no chain entry is availableAGY_ON_FAILURE— Set to `strict` to instruct the calling agent not to absorb failed delegations (default `fallback`)
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry