antigravity-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agy_taskB | Run a task using Google Antigravity CLI (agy). The assistant can write code, analyze workspace files, and run commands. |
| agy_chatB | Engage in an interactive chat session with Antigravity, preserving or resuming conversation threads. |
| agy_analyzeC | Perform architectural analysis of files or folders using Antigravity. |
| agy_autonomous_agentA | Run the Antigravity agent in fully autonomous mode. Automatically approves modifications and runs commands. |
| agy_sandbox_agentB | Run tasks inside a restricted sandbox environment to safely investigate code or execute shell scripts. |
| agy_security_auditB | Perform a strict security audit on target files, scanning for OWASP vulnerabilities and credential leaks. |
| agy_notebook_queryB | Run queries using project folders ingested as context (similar to Google NotebookLM). |
| agy_refactorC | Refactor target file according to instructions. Returns code changes without conversational fluff. |
| agy_generate_testsB | Generate automated unit/integration tests for the specified source file. |
| agy_explain_errorB | Explain compiler, runtime, or stack trace errors and provide actionable fixes. |
| agy_get_modelsA | Retrieve the list of all available models supported by the Antigravity CLI. |
| agy_get_agentsA | Retrieve the list of all available subagents and specialized profiles in the Antigravity CLI. |
| agy_get_changelogA | Retrieve the official release notes and changelog history of the Antigravity CLI. |
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 13 tools
Most tools have clearly distinct purposes, but agy_task, agy_autonomous_agent, and agy_sandbox_agent all describe running tasks in different modes. The descriptions clarify the differences (autonomous auto-approves, sandbox is restricted), so the overlap is acceptable but not entirely absent.
All tools share the agy_ prefix, which creates a consistent brand, but the action patterns vary: some use verbs (agy_analyze, agy_refactor), some use nouns as verbs (agy_task, agy_security_audit), and three use agy_get_*. The mix is readable but not perfectly uniform.
Thirteen tools is well within the ideal range for a domain-specific CLI wrapper. Each tool maps to a distinct operation or query, and none feel redundant or filler.
The tool surface covers the core Antigravity CLI capabilities: running tasks (with various modes), interactive chat, analysis, refactoring, test generation, error explanation, security auditing, and retrieving metadata (models, agents, changelog). No obvious dead ends or missing core operations for an agent interacting with this CLI.