antigravity-claude-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_BIN | No | Absolute path to the agy binary. | auto-detected |
| AGY_MODEL | No | Default model for every call. | Gemini 3.1 Pro (High) |
| AGY_TIMEOUT | No | Headless print timeout. | 5m |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_antigravityA | Get an INDEPENDENT second opinion or code review from Google Antigravity (default model: Gemini 3.1 Pro High) — a different model family than Claude, so it is a real cross-check, not Claude reviewing Claude. Provide a |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or confusion with other tools. The tool's purpose is clearly distinct as a second-opinion service.
Since there is only one tool, naming consistency is not an issue. The name 'ask_antigravity' is clear and follows a sensible verb_noun pattern.
The single tool is appropriate for the narrow, focused purpose of obtaining a code review or second opinion from a different AI model. While the typical range is 3-15, the server's scope justifies a minimal surface.
The tool fully covers the server's stated purpose: it accepts a prompt and optional file paths, enabling thorough context-aware cross-checks. No obvious gaps in functionality exist for this specific use case.