mcpbeat Sign in

Agy Bridge MCP Server

by sshahzaiib Your server? Claim it
local only

Agy Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 4 Jul 2026.

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

Installs per day peak 33 · avg 13 · -26% w/w
a month agotoday
81
Installs / week
npm · agy-bridge
51
Stars
1 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/runner.ts:77
  const child = spawn(file, args, { cwd, detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agy-bridge -- npx -y agy-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agy-bridge": {
      "args": [
        "-y",
        "agy-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agy-bridge]
command = "npx"
args = ["-y", "agy-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "agy-bridge": {
      "args": [
        "-y",
        "agy-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agy-bridge": {
      "args": [
        "-y",
        "agy-bridge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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`)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agy Bridge

same job, measured the same way
Claude Agy MCP
by pymodel

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

1 073 installs/wk local only
modelmux
by pure-maple

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

244 installs/wk local only
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

82 installs/wk local only
Ask Antigravity
by lykhoyda

Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions

574 installs/wk local only
thread-keeper
by po4erk91

Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code.

184 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Ask Gemini
by lykhoyda

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

573 installs/wk local only

Agy Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Agy Bridge?
Agy Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agy-bridge was installed 81 times last week.
How do I connect Agy Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agy-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Agy Bridge?
The npm package agy-bridge was installed 81 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agy Bridge open source?
Yes — it is published under the MIT licence, written in TypeScript, 51 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.