Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ¤– Coding Agents
  3. Agy Bridge
Agy Bridge logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:31:13 PM

Agy Bridge

User RatingsBe the first to rate and review this MCP server!
View Repository50 GitHub StarsTotal stargazers on GitHub for the source repository (50 stars).Visit Website
developer-toolsmcpcode-reviewrepository-search

Delegates file analysis, repository searches, web lookups, and code reviews to Antigravity through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sshahzaiib-agy-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "agy-bridge"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing AlternativesšŸ¤– More in Coding Agents

Overview

The sshahzaiib/agy-bridge MCP server routes heavy development tasks from Claude Code or another MCP client to the Antigravity CLI. It exposes specialized tools for file analysis, repository archaeology, web lookups, adversarial reviews, follow-up sessions, and general delegation. Model selection checks available agy models, handles quota cooldowns, and retries on another configured model when needed. Reach for it when large files, broad repository searches, external research, or independent code critiques would consume too much context.

Use cases

•Analyze large logs or generated files without loading them into the client context
•Investigate repository history, blame, diffs, and cross-file references
•Look up current library documentation and API details
•Review plans or code for security issues and overlooked edge cases

Key features

•Six purpose-built MCP delegation tools
•Quota-aware model failover with cooldowns
•Multi-turn session continuity
•Per-tool and global timeout controls
•Optional project working directory and model selection
•Process cancellation and output truncation safeguards

Capabilities & Tool Schemas (6) ~1.3k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agy Bridge.

analyze_files

Delegate file analysis to the Antigravity CLI (Gemini) instead of reading files yourself. USE THIS whenever a file is large (>200 lines) or the task spans more than 3 files: logs, database dumps, generated code, cross-file reviews, comparisons. The files never enter your context — only the answer does.

deep_search

Delegate codebase archaeology to the Antigravity CLI: git log/diff/blame spelunking, wide greps across a repo, 'when/why did X change', 'where is Y used'. USE THIS instead of running many search commands yourself — it saves your context.

web_lookup

Delegate a web/documentation lookup to the Antigravity CLI (Gemini with web access): library docs, API references, error messages, current versions, external knowledge. USE THIS when you need information you don't have or that may be newer than your training data.

adversarial_review

Get an adversarial second opinion from a different model family (Gemini Pro). ALWAYS use this for plan critiques, design reviews, and pre-merge code review: it hunts for flaws, edge cases, security issues, and unstated assumptions you may have missed.

follow_up

Continue a previous Antigravity session by session_id (returned by every other tool). USE THIS for follow-up questions about a prior delegation — the full prior context is already on agy's side, so you don't resend anything.

delegate

Raw delegation to the Antigravity CLI for heavy tasks that don't fit the other tools. agy has full tool access (shell, file reads, web) in the given cwd.

How Agy Bridge works

What sshahzaiib/agy-bridge MCP server does

The sshahzaiib/agy-bridge MCP server lets an MCP client send demanding development tasks to the Antigravity CLI (agy) instead of processing all source material in the client context. The bridge returns the delegated answer, while large files, repository searches, and web lookup content remain on the agy side during the request.

Its six tools divide common tasks by intent:

  • analyze_files handles large files, logs, database dumps, generated code, and reviews spanning multiple files.
  • deep_search investigates git history, diffs, blame data, repository-wide references, and why or where code changed.
  • web_lookup requests documentation, API references, error explanations, current versions, or other external information.
  • adversarial_review asks a different model family to look for flaws, security issues, edge cases, and hidden assumptions in plans or code.
  • follow_up continues an earlier session using its session_id.
  • delegate provides a general route for heavy tasks that do not match the specialized tools.

How it works

Each request can include an optional project directory through cwd and an optional exact model name. On its first use, the bridge queries agy models, caches the available models for the process lifetime, and selects the first available model in the relevant preference chain. If those choices are unavailable, it falls back to AGY_DEFAULT_MODEL and then to agy's own default.

The sshahzaiib/agy-bridge MCP server validates requested model names before execution. It also watches agy log output for quota exhaustion. When a model reports a 429 resource error, the bridge stops the process, records the reset period, and retries with the next eligible model. Responses include the selected model and session identifier, and may include failover details.

Sessions support multi-turn work without resending the original context. The follow_up tool uses the returned session identifier to continue the earlier Antigravity conversation.

Setup and configuration

The documented setup requires Node.js 18 or newer, an installed and authenticated Antigravity CLI, and Claude Code. Register the npm package as an MCP server with:

Terminal
claude mcp add-json -s user agy-bridge '{"command":"npx","args":["-y","agy-bridge"],"timeout":600000}'

The repository also provides a CLAUDE.md file containing delegation rules that can be downloaded into a project or used globally. The client-side timeout in the example is separate from agy's execution timeout; clients with shorter deadlines can stop waiting before agy finishes.

By default, tool budgets are 120 seconds for web lookups, 180 seconds for deep searches, 300 seconds for file analysis, adversarial reviews, and follow-ups, and 600 seconds for general delegation. AGY_TIMEOUT changes the common budget, while variables such as AGY_TIMEOUT_DEEP_SEARCH override an individual tool. The per-tool setting takes precedence.

Tools and capabilities

The bridge supports model failover, cooldown tracking after quota exhaustion, configurable output truncation, optional agy sandbox mode, and process-group cancellation. Cancelling an MCP call also terminates the agy run rather than leaving helper processes behind. The agy-bridge process can use Gemini, Claude, or GPT-OSS models when those models are available through the authenticated Antigravity CLI and match the routing rules.

Limitations and notes

The Antigravity CLI must already be installed and authenticated; the bridge does not replace that prerequisite. Client and agy timeouts must be aligned for long-running requests. If the client deadline expires first, the session can still be continued with follow_up using the returned session identifier. Model availability and quota status depend on the configured agy account and currently available models.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    šŸ¤– Coding Agents3 views
    Compare vs Codegraphcontext →
  • MCP Server Leetcode logoMCP Server Leetcode

    An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.

    šŸ¤– Coding Agents3 views
    Compare vs MCP Server Leetcode →
  • Oz MCP Server logoOz MCP Server

    Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native @oz in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT.

    šŸ¤– Coding Agents4 views
    Compare vs Oz MCP Server →
  • Glm MCP logoGlm MCP

    Run GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo — not a single LLM call — with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. 10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key.

    šŸ¤– Coding Agents6 views
    Compare vs Glm MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
50
Stargazers on the source repository.
npm downloads
461
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Agy Bridge

Install Node.js 18 or newer and the authenticated Antigravity CLI, then register `agy-bridge` with Claude Code using `claude mcp add-json` and the `npx -y agy-bridge` command shown in the documentation.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgy Bridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sshahzaiib-agy-bridge?style=directory)](https://allmcps.com/mcp/sshahzaiib-agy-bridge)
HTML Embed
<a href="https://allmcps.com/mcp/sshahzaiib-agy-bridge"><img src="https://allmcps.com/api/badge/sshahzaiib-agy-bridge?style=directory" alt="Agy Bridge on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ¤–Coding Agents
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsClaude Desktop
Last updatedSep 2, 2026
10/11 checks healthy over the last 32d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars50
GitHub Star CountTotal stargazers on GitHub representing community popularity (50 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 4, 2026
npm downloads461/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
65Quality signal: Great Ā· 65/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Ā· agy-bridge (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ¤– Coding Agents →Best MCP servers for Coding Agents →Alternatives to Agy Bridge →Install in Claude DesktopInstall in CursorInstall in VS Code