coding-agents-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
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| delegate_taskB | Delegate a coding task, bug fix, architectural refactor, or test implementation to a local autonomous CLI coding agent (Claude Code, Antigravity, Codex, Cursor). Automatically preserves conversation context across turns within this connection (zero-token overhead). |
| delegate_askA | Execute a fast, read-only question, diagnostic inquiry, or code review with a CLI coding agent without creating or altering conversation session state. |
| agy_taskC | [Legacy Alias -> delegate_task(agent="agy")] Delegate a coding task to Google Antigravity. |
| agy_askD | [Legacy Alias -> delegate_ask(agent="agy")] Fast stateless inquiry with Google Antigravity. |
| agents_statusA | Inspect the status of all supported CLI coding agents (Claude Code, Antigravity, Codex, Cursor). Reports installed versions, paths, default models, and available thinking levels. |
| delegate_diffA | Inspect the current git status, modified files, insertions/deletions, and unified diff patch in the target workspace non-destructively. |
| agy_diffA | [Legacy Alias -> delegate_diff] Inspect git status and diff patch in the target workspace. |
| delegate_sessionsA | List, inspect, or switch multi-turn agent sessions. Shows which sessions are currently [ACTIVE] across backends. |
| agy_sessionsD | [Legacy Alias -> delegate_sessions] Manage Antigravity sessions. |
| delegate_resetA | Reset the active conversation session for a specific agent backend, or for all agents on this connection. Subsequent tasks will begin with a fresh conversation and clean context. |
| agy_resetC | [Legacy Alias -> delegate_reset(agent="agy")] Reset the active conversation with Google Antigravity on this connection. |
| agy_run_taskB | Delegate a software engineering task, bug fix, refactoring, or feature implementation to Google Antigravity (agy). The agent operates autonomously with full tool access (file editing, terminal commands, web search, subagents). |
| agy_chatB | Continue a multi-turn conversation with Google Antigravity. Preserves context, memory, and changes from previous turns using the conversation ID. |
| agy_planA | Invoke Antigravity in planning mode (--mode plan) to inspect the codebase and generate an architectural, refactoring, or implementation plan without modifying any files. |
| agy_list_modelsA | List all AI models available to the Antigravity CLI runtime (e.g., Gemini 3.8 Flash, Gemini 3.1 Pro, Claude Sonnet 4.6, Claude Opus 4.6). |
| agy_versionA | Get the version and binary path of the installed Google Antigravity (agy) CLI, verifying runtime health. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| agy_code_review | Template for requesting a comprehensive code review from Antigravity |
| agy_debug_issue | Template for delegating bug diagnosis and test reproduction to Antigravity |
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/funkyfunc/coding-agents-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server