ask-antigravity-mcp
v0.3.0
Published
EXPERIMENTAL MCP server for Google's Antigravity CLI (agy) — subscription-backed second opinions
Downloads
1,635
Maintainers
Readme
ask-antigravity-mcp (EXPERIMENTAL)
MCP server for Google's Antigravity CLI (agy). Lets Claude get a
subscription-backed second opinion / code review from Antigravity.
Experimental. Validated against
agy1.0.6, which prints the response to stdout (gemini-cli #27466 is fixed there); older versions fall back to readingagy's internal transcript files (sensitive toagy's on-disk layout). No JSON output or session id, so it stays single-turn (no multi-turn). Defaults to the Gemini 3.1 Pro (High) model, falling back to Gemini 3.5 Flash (High) on a rate limit.
Prerequisites
agyinstalled and on PATH, and logged in once (runagyinteractively).
Config
ASK_ANTIGRAVITY_TIMEOUT_MS— process timeout (default 300000 = 5m).ASK_ANTIGRAVITY_SANDBOX— set0to drop--sandboxif it blocks context reads.ASK_ANTIGRAVITY_MODEL— agy model via--model(defaultGemini 3.1 Pro (High), withGemini 3.5 Flash (High)as the rate-limit fallback; runagy modelsfor options).
