MCP Server
MCP
io.github.sshahzaiib/agy-bridge
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "agy-bridge",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the agy binary (defaults to `agy` on PATH)",
"format": "string",
"name": "AGY_PATH"
},
{
"description": "Override the per-tool timeouts, in seconds",
"format": "number",
"name": "AGY_TIMEOUT"
},
{
"description": "Truncation cap for tool output, in characters (default 50000)",
"format": "number",
"name": "AGY_MAX_OUTPUT_CHARS"
},
{
"description": "Fallback model when no chain entry is available",
"format": "string",
"name": "AGY_DEFAULT_MODEL"
},
{
"description": "Set to `strict` to instruct the calling agent not to absorb failed delegations (default `fallback`)",
"format": "string",
"name": "AGY_ON_FAILURE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment