io.github.sshahzaiib/agy-bridge MCP Server
io.github.sshahzaiib/agy-bridge
What is the io.github.sshahzaiib/agy-bridge MCP server?
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
How to install io.github.sshahzaiib/agy-bridge
Copy-paste configuration for popular MCP clients.
AGY_PATHPath to the agy binary (defaults to `agy` on PATH)
AGY_TIMEOUTOverride the per-tool timeouts, in seconds
AGY_MAX_OUTPUT_CHARSTruncation cap for tool output, in characters (default 50000)
AGY_DEFAULT_MODELFallback model when no chain entry is available
AGY_ON_FAILURESet to `strict` to instruct the calling agent not to absorb failed delegations (default `fallback`)
{
"mcpServers": {
"agy-bridge": {
"command": "npx",
"args": [
"-y",
"agy-bridge"
],
"env": {
"AGY_PATH": "<YOUR_AGY_PATH>",
"AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
"AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
"AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
"AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
}
}
}
}{
"mcpServers": {
"agy-bridge": {
"command": "npx",
"args": [
"-y",
"agy-bridge"
],
"env": {
"AGY_PATH": "<YOUR_AGY_PATH>",
"AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
"AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
"AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
"AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
}
}
}
}{
"mcpServers": {
"agy-bridge": {
"command": "npx",
"args": [
"-y",
"agy-bridge"
],
"env": {
"AGY_PATH": "<YOUR_AGY_PATH>",
"AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
"AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
"AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
"AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
}
}
}
}{
"servers": {
"agy-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agy-bridge"
],
"env": {
"AGY_PATH": "<YOUR_AGY_PATH>",
"AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
"AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
"AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
"AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
}
}
}
}claude mcp add agy-bridge --env AGY_PATH=<YOUR_AGY_PATH> --env AGY_TIMEOUT=<YOUR_AGY_TIMEOUT> --env AGY_MAX_OUTPUT_CHARS=<YOUR_AGY_MAX_OUTPUT_CHARS> --env AGY_DEFAULT_MODEL=<YOUR_AGY_DEFAULT_MODEL> --env AGY_ON_FAILURE=<YOUR_AGY_ON_FAILURE> -- npx -y agy-bridgeRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.