Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ask Antigravity.
ask-llmUnified orchestrator: pick a provider per call, or fan out to every installed provider
multi-llmSend one prompt to multiple providers in parallel; returns per-provider responses and usage in one call
ask-codexCodex CLI. GPT-5.6 Sol with Terra fallback. Omit `sessionId` for ephemeral use, or pass `sessionId: ""` first to persist and resume
ask-claudeClaude Code CLI. Opus with Sonnet fallback; native sessions; Read/Glob/Grep-only workspace access
ask-grokOne-shot Grok prompt through explicit `xai-api` (default) or `grok-cli`; exact harness model ID; no harness/model fallback
ask-cursor-agentModel-neutral Cursor Agent harness: separate provider (`claude`, `codex`, `gemini`, `grok`) + exact Cursor catalog model verified against that family; read-only ask mode; no force/trust/spend changes or fallback
Give your AI coding assistant a second opinion β from a different model.
Claude Code, Codex CLI, Cursor, Claude Desktop, or any of 40+ MCP clients can call Codex, Claude, Grok, Antigravity, Ollama, or Gemini to review a diff, debate a plan, or catch the bug the first model missed. Standard MCP; no prompt hacks.
Quick Start Β· Choose a reviewer Β· Claude Code plugin Β· Docs Β· Packages
One prompt. A second model reviews independently; your assistant applies the fix. No copy-pasting between tools.
Your primary AI is confident, but confidence isn't correctness. A second model with no stake in the first answer catches what it glossed over.
| You want to⦠| Ask LLM does |
|---|---|
| Review a diff | A different model analyzes your changes and surfaces issues your primary AI missed |
| Debate a plan | Send an architecture proposal for critique, alternatives, and trade-off analysis |
| Get a second opinion on code | Have another model review an approach independently before you commit to it |
| Read more than fits | Gemini and Antigravity ingest whole codebases in one call (1M+ tokens) |
| Keep it local | Route reviews through Ollama when nothing can leave your machine |
| Compare models side by side | multi-llm fans one prompt out to several providers in parallel |
Prerequisites: Node.js 20+ on Linux or macOS, and at least one provider CLI installed and authenticated (see Provider setup).
Then try: ask codex to review my last commit. Run npx @ask-llm/mcp doctor if anything looks off.
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (user):
Want Codex to consult Claude specifically? codex mcp add claude -- npx -y @ask-llm/claude-mcp
Add to claude_desktop_config.json:
Pi has no built-in MCP client, so it installs the host package instead, which registers native ask-* tools plus the shared skills:
Then use /skill:codex-review, /skill:multi-review, /skill:compare, /skill:brainstorm, or just describe what you want. See the Pi host guide for trust, data-transfer, and compatibility details.
Swap @ask-llm/mcp for @ask-llm/codex-mcp, @ask-llm/claude-mcp, @ask-llm/grok-mcp, @ask-llm/antigravity-mcp, @ask-llm/ollama-mcp, or @ask-llm/gemini-mcp to install a single provider.
The unified @ask-llm/mcp server is the recommended install: one registration, every provider you have, and parallel fan-out via multi-llm. Each provider is also available standalone.
| Provider | Best for | Model (default β fallback) | Requires |
|---|---|---|---|
| Codex | Code reasoning, targeted reviews, architecture critique | gpt-6-astra β gpt-5.6-terra | OpenAI/Codex account |
| Claude | An independent Claude opinion from Codex or another non-Claude host | opus (Opus 5.5) β sonnet | Claude Code CLI; read-only workspace tools |
| Grok | Grok 4.7 critique via xAI API or the official Grok CLI | grok-4.7, reasoning high (no fallback) | XAI_API_KEY or Grok CLI; one explicit harness per call |
| Antigravity | Subscription-backed second opinion; large-context reads | gemini-3.1-pro β gemini-3.5-flash (--effort high) | Google AI Pro/Ultra; agy CLI. Experimental, one-shot |
| Ollama | Private, offline, zero-cost review | qwen3.8:27b (no auto-fallback) | Ollama running locally |
| Gemini | Whole-codebase reads (1M+ tokens) | gemini-3.1-pro-preview β gemini-3.8-flash | Enterprise Gemini seat (see note) |
Gemini CLI is enterprise-only since 2026-06-18. Google restricted Gemini CLI to Gemini Code Assist Standard/Enterprise seats; free, Google AI Pro, and Ultra accounts lost access.
@ask-llm/gemini-mcpstill installs, but non-enterprise accounts get actionable guidance instead of output. On a subscription plan, use Antigravity (Google's sanctioned successor, covered by AI Pro/Ultra), Codex, Claude, or Ollama. Announcement
Fallbacks fire only under each provider's documented conditions (quota for Gemini/Codex, overload for Claude, rate limit for Antigravity). Grok and Ollama never substitute a model: Grok sends the exact harness catalog ID unchanged, and Ollama returns a clear ollama pull error if the requested model isn't local. Full details in Model Selection.
MCP gives your assistant the tools. The plugin, @ask-llm/plugin, adds the workflows: slash-command reviews with a validation pipeline, multi-model brainstorming, and opt-in continuous pair review.
| Command | What it does |
|---|---|
/multi-review | Parallel Antigravity + Codex review with a 4-phase validation pipeline and consensus highlighting |
/codex-review Β· /gemini-review Β· /ollama-review Β· /antigravity-review | Single-provider reviews with confidence filtering |
/sol-review | Model-pinned GPT-6 Sol review through Codex |
/grok-review | Metered Grok review through xAI with exact model attribution and no fallback |
/fable-review | Isolated, read-only review that requests the native Fable model and discloses runtime verification limits |
/brainstorm | Claude Opus researches your real files in parallel with external providers, then synthesizes, weighting verified findings higher. Also supports an exact no-Gemini Grok + GPT-6 Sol panel routed through Cursor Agent |
/compare | Raw side-by-side answers from multiple providers, no synthesis |
codex-pair | Opt-in continuous review on gpt-6-sol at medium effort: Codex checks every Edit/Write/MultiEdit when a .codex-pair/context.md marker is present |
Review agents follow a 4-phase pipeline inspired by Anthropic's code-review plugin: context gathering, prompt construction with explicit false-positive exclusions, synthesis, and source-level validation of each finding.
@ask-llm/plugin is one package, one version, one release lifecycle, and one canonical skill corpus. Claude Code loads its marketplace agents and hooks; Cursor Agent loads the adapted /codex-pair and /grok-pair skills through Agent Skills plus mcp.json (agent --plugin-dir ./packages/claude-plugin; see the Cursor Agent host guide); Pi loads explicit native tools, portable skill adapters, and a thin lifecycle extension.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ask-antigravity)<a href="https://allmcps.com/mcp/ask-antigravity"><img src="https://allmcps.com/api/badge/ask-antigravity?style=directory" alt="Ask Antigravity on AllMCPs" /></a>