claude-agy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_PATH | No | Path to the agy binary | agy |
| AGY_SANDBOX | No | Run agy with --sandbox | false |
| AGY_TIMEOUT | No | Seconds; overrides the ceiling for every tool, passed as --print-timeout, enforced with a 15s kill grace | 3600 |
| AGY_ON_FAILURE | No | strict appends an instruction to failed-tool errors telling the calling agent not to absorb the work itself | fallback |
| AGY_MAX_RUNTIME | No | Seconds; absolute runtime ceiling. The bridge never kills for inactivity — only cancellation, quota, or this | 3600 |
| AGY_DEFAULT_MODEL | No | Fallback model when no chain entry is available | Gemini 3.6 Flash (High) |
| AGY_MAX_OUTPUT_CHARS | No | Truncation cap for tool output | 50000 |
| AGY_SKIP_PERMISSIONS | No | Pass --dangerously-skip-permissions to agy | true |
| AGY_TIMEOUT_DELEGATE | No | Seconds; overrides the ceiling for the delegate tool. Wins over AGY_TIMEOUT | 3600 |
| AGY_TIMEOUT_FOLLOW_UP | No | Seconds; overrides the ceiling for the follow_up tool. Wins over AGY_TIMEOUT | 3600 |
| AGY_TIMEOUT_WEB_LOOKUP | No | Seconds; overrides the ceiling for the web_lookup tool. Wins over AGY_TIMEOUT | 3600 |
| AGY_TIMEOUT_DEEP_SEARCH | No | Seconds; overrides the ceiling for the deep_search tool. Wins over AGY_TIMEOUT | 3600 |
| AGY_TIMEOUT_ANALYZE_FILES | No | Seconds; overrides the ceiling for the analyze_files tool. Wins over AGY_TIMEOUT | 3600 |
| AGY_TIMEOUT_ADVERSARIAL_REVIEW | No | Seconds; overrides the ceiling for the adversarial_review tool. Wins over AGY_TIMEOUT | 3600 |
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 |
|---|---|
| analyze_filesA | Delegate file analysis to the Antigravity CLI (Gemini) instead of reading files yourself. USE THIS whenever a file is large (>200 lines) or the task spans more than 3 files: logs, database dumps, generated code, cross-file reviews, comparisons. The files never enter your context — only the answer does. |
| deep_searchA | Delegate codebase archaeology to the Antigravity CLI: git log/diff/blame spelunking, wide greps across a repo, 'when/why did X change', 'where is Y used'. USE THIS instead of running many search commands yourself — it saves your context. |
| web_lookupA | Delegate a web/documentation lookup to the Antigravity CLI (Gemini with web access): library docs, API references, error messages, current versions, external knowledge. USE THIS when you need information you don't have or that may be newer than your training data. |
| adversarial_reviewA | Get an adversarial second opinion from a different model family (Gemini Pro). ALWAYS use this for plan critiques, design reviews, and pre-merge code review: it hunts for flaws, edge cases, security issues, and unstated assumptions you may have missed. |
| follow_upA | Continue a previous Antigravity session by session_id (returned by every other tool). USE THIS for follow-up questions about a prior delegation — the full prior context is already on agy's side, so you don't resend anything. |
| delegateA | Raw delegation to the Antigravity CLI for heavy tasks that don't fit the other tools. agy has full tool access (shell, file reads, web) in the given cwd. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PyModel/claude-agy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server