Best for
- Users who already have a Google AI Pro/Ultra subscription and the agy CLI installed
- Developers who want an independent review from a different vendor's model
- One-shot, quota-backed second-opinion calls without metered API billing
This is a single-provider MCP server that wires Google's Antigravity CLI (agy) into 40+ MCP clients such as Claude Code, Cursor, Codex CLI, and Claude Desktop, letting the host model get code review and second opinions from a different model. Strengths: simple setup and subscription-backed calls suited to one-shot reviews. Limitations: experimental, one-shot only with no session resume, and it depends on a locally installed and authenticated agy CLI; the default sandbox may need to be disabled to read directories. MIT-licensed and unofficial, with no affiliation or endorsement from Google or Anthropic.
Strongest · Documentation 14/20 Weakest · Reliability 9/20
Static review · not runReviewed 2026-09-25
Read the FMRS scoring method →Runtime:Node.js 20+
ASK_ANTIGRAVITY_TIMEOUT_MS
Timeout in milliseconds for Antigravity (agy) execution; default 300000 (5 minutes), set it in your MCP config if needed.
ASK_ANTIGRAVITY_SANDBOX
Set to '0' to drop agy's --sandbox flag when it blocks --add-dir context reads; sandbox is on by default (value 1).
GMCPT_LOG_LEVEL
Log verbosity: debug, info, warn, error; default warn.
claude mcp add --scope user antigravity -- npx -y @ask-llm/antigravity-mcp
{
"mcpServers": {
"antigravity": {
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
]
}
}
}
Shown for Claude Code. Other clients may use a different file or key (VS Code uses "servers") — the configurator below converts it.
{
"servers": {
"antigravity": {
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
]
}
}
}
Goes in your project's .vscode/mcp.json (VS Code uses a "servers" key).
claude mcp add antigravity -- npx -y @ask-llm/antigravity-mcp
Run it in a terminal; replace any <…> placeholders with your own values first.
Confirm that the ask-antigravity tool appears in your client's tool list, then send a prompt like “ask antigravity to review src/auth.ts”; a review coming back from Antigravity (agy) proves the connection works.
Once connected, you can ask your AI assistant things like:
No matching tools
Listed from the project's documentation, not tested by this site.
Ask Antigravity MCP Server is the standalone provider server inside the Lykhoyda/ask-llm repository. Over MCP it connects a host model such as Claude to Google's Antigravity CLI (the agy command), exposing an ask-antigravity tool so the host can send a prompt for code review, plan debate, or a second opinion and get an independent answer from a different model. It runs on a subscription (Google AI Pro/Ultra), is experimental, and is one-shot only — no session resume. It uses stdio transport and starts from the npm package @ask-llm/antigravity-mcp. Note: the repository also contains six other MCP servers (Codex, Claude, Grok, Ollama, Gemini, and a unified orchestrator); this profile covers only the Antigravity server and does not attribute sibling tools to it. It is an unofficial third-party tool with no affiliation, endorsement, or sponsorship from Anthropic, Google, OpenAI, or xAI.
Upstash's official server providing up-to-date third-party library docs for AI coding assistants
AI-powered NPM package analysis MCP server
An independent control layer that gives AI coding agents budgets, brakes, and receipts
GitHub's official MCP server for managing repos, issues, PRs, and workflows via natural language
Data synced 2026-09-25 Read the FMRS scoring method