MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, and multi-turn
MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, and multi-turn session continuity. Exposed over MCP by the agy mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
An MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — saving Claude's context window and tokens for what matters.
Everything the assistant can do here goes through one of these:
analyze_files — Files >200 lines, >3 files at once, logs, dumps, generated codedeep_search — git log/diff/blame archaeology, repo-wide grepsweb_lookup — Docs, API references, external/current knowledgeadversarial_review — Plan critiques, design and code reviewsfollow_up — Continue a prior session by session_id — no context resenddelegate — Anything else heavyagy) installed and authenticated - Claude CodeThe server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agy's toolset — analyze_files, deep_search, web_lookup and 3 more — is a fair guide to whether it matches your workflow. It is maintained by sshahzaiib; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| analyze_files | Files >200 lines, >3 files at once, logs, dumps, generated code |
| deep_search | git log/diff/blame archaeology, repo-wide greps |
| web_lookup | Docs, API references, external/current knowledge |
| adversarial_review | Plan critiques, design and code reviews |
| follow_up | Continue a prior session by session_id — no context resend |
| delegate | Anything else heavy |
{
"mcpServers": {
"agy-bridge": {
"command": "npx",
"args": ["-y", "npm"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
agy) installed and authenticated - Claude CodeKill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.