all-agents-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AA_MCP_LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| AA_MCP_CODEX_MODELS | No | Available Codex models | gpt-5.3-codex-spark,gpt-5.3-codex,gpt-5.2-codex-max,gpt-5.2-codex |
| AA_MCP_CLAUDE_MODELS | No | Available Claude models (comma-separated) | claude-opus-4.6,claude-sonnet-4.5,claude-haiku-4.5 |
| AA_MCP_CODEX_DEFAULT | No | Codex default model | gpt-5.3-codex-spark |
| AA_MCP_GEMINI_MODELS | No | Available Gemini models | gemini-3-pro-preview,gemini-3-flash-preview,gemini-2.5-pro,gemini-2.5-flash |
| AA_MCP_CLAUDE_DEFAULT | No | Claude default model | claude-opus-4.6 |
| AA_MCP_COPILOT_MODELS | No | Available Copilot models | claude-opus-4.5,claude-sonnet-4.5,claude-haiku-4.5,gpt-5.2-codex,gemini-3-pro-preview,gemini-3-flash-preview |
| AA_MCP_GEMINI_DEFAULT | No | Gemini default model | gemini-3-pro-preview |
| AA_MCP_COPILOT_DEFAULT | No | Copilot default model | claude-sonnet-4.5 |
| AA_MCP_CODEX_ANALYSIS_LEVEL | No | Codex reasoning depth (low/medium/high/xhigh) | xhigh |
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_agentA | Ask a specific AI agent a question. Use when targeting a single agent like 'ask codex' or 'ask gemini'. |
| ask_allA | Ask multiple agents the same question in parallel. Use for explicit multi-agent comparison. |
| delegate_taskA | Delegate a task to agent(s). Automatically analyzes complexity and routes to single or parallel execution. |
| collaborateC | Collaborate with an agent for analysis. Sends prompt, gets response, and provides guidance for comparison. |
| verifyA | Cross-verify by running the same prompt across multiple models of one agent. Compares results for consistency. |
| review_codeC | Review code using a specific agent. Analyzes for bugs, security, performance, and clarity. |
| debug_withB | Debug an error using a specific agent. Provide the error and optional code context. |
| explain_withB | Get code explanation from a specific agent. Choose brief or detailed level. |
| fetch_pageA | Fetch web page content via Gemini CLI. Gemini has native web browsing — use this to retrieve and extract content from URLs. |
| generate_testA | Generate tests for code using a specific agent. Auto-detects or specify test framework. |
| refactor_withC | Refactor code using a specific agent. Optionally specify a goal: performance, readability, or modularity. |
| list_agentsA | List all detected agents and their availability status. |
| list_modelsB | List available models for agents. Optionally filter by specific agent. |
| agent_healthA | Check agent health status including availability, authentication, and latency. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sessions-list | |
| agent-status |
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/Dokkabei97/all-agents-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server