agy MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_BIN | No | Path to the agy binary (default: agy on PATH). | agy |
| AGY_MCP_LOG_DIR | No | Enable conversation logging into this directory (one file per day). | |
| AGY_MCP_LOG_FILE | No | Enable conversation logging into this single file (overrides AGY_MCP_LOG_DIR). | |
| AGY_MCP_PRINT_TIMEOUT | No | Default --print-timeout when not set per-call (default 5m). | 5m |
| STRUCTURED_CONTENT_ENABLED | No | Emit structuredContent in results (1/true/yes/on). Off by default. |
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 |
|---|---|
| agyA | Run a prompt through the Antigravity CLI (agy) in non-interactive print mode and return the response. Supports multi-turn continuation, extra workspace directories, sandbox, and auto-approval of tool permissions. |
| pingA | Test MCP server connection |
| helpA | Get Antigravity CLI (agy) help information |
| listSessionsA | List all active conversation sessions with metadata |
| changelogA | Show the Antigravity CLI (agy) changelog and release notes |
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 5 tools
Each tool has a unique purpose: running prompts, showing changelog, providing help, listing sessions, and testing connection. No overlap.
Tool names use inconsistent conventions: most are lowercase (agy, changelog, help, ping) but one is camelCase (listSessions). No clear pattern.
Five tools is appropriate for a CLI wrapper MCP server, covering core interactions without unnecessary complexity.
Core functionality is covered (run prompts, get help, list sessions), but missing tools for session management (e.g., end session) or configuration (e.g., auto-approval settings) are minor gaps.