Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AA_MCP_LOG_LEVELNoLog level (debug, info, warn, error)info
AA_MCP_CODEX_MODELSNoAvailable Codex modelsgpt-5.3-codex-spark,gpt-5.3-codex,gpt-5.2-codex-max,gpt-5.2-codex
AA_MCP_CLAUDE_MODELSNoAvailable Claude models (comma-separated)claude-opus-4.6,claude-sonnet-4.5,claude-haiku-4.5
AA_MCP_CODEX_DEFAULTNoCodex default modelgpt-5.3-codex-spark
AA_MCP_GEMINI_MODELSNoAvailable Gemini modelsgemini-3-pro-preview,gemini-3-flash-preview,gemini-2.5-pro,gemini-2.5-flash
AA_MCP_CLAUDE_DEFAULTNoClaude default modelclaude-opus-4.6
AA_MCP_COPILOT_MODELSNoAvailable Copilot modelsclaude-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_DEFAULTNoGemini default modelgemini-3-pro-preview
AA_MCP_COPILOT_DEFAULTNoCopilot default modelclaude-sonnet-4.5
AA_MCP_CODEX_ANALYSIS_LEVELNoCodex 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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
sessions-list
agent-status

Latest Blog Posts

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