Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port3157
LOG_LEVELNoLogging levelinfo
XAI_API_KEYNoX.AI API key
CODEX_API_KEYNoCodex API key (optional if ChatGPT login available)
GEMINI_API_KEYNoGoogle Gemini API key (takes priority over GOOGLE_API_KEY)
GOOGLE_API_KEYNoAlternative Google API key
OPENAI_API_KEYNoOpenAI API key
MISTRAL_API_KEYNoMistral API key
DEEPSEEK_API_KEYNoDeepSeek API key
MCP_TOOL_TIMEOUTNoTool timeout in ms (system-wide)
OPENROUTER_TITLENoOpenRouter title
ANTHROPIC_API_KEYNoAnthropic API key
CODEX_SANDBOX_MODENoCodex sandbox moderead-only
OPENROUTER_API_KEYNoOpenRouter API key
OPENROUTER_REFERERNoOpenRouter referer
SUMMARIZATION_MODELNoModel for summarizationgpt-5-nano
CODEX_SKIP_GIT_CHECKNoSkip git checktrue
CODEX_APPROVAL_POLICYNoCodex approval policynever
MAX_MCP_OUTPUT_TOKENSNoMax output tokens (system-wide)
OPENROUTER_DYNAMIC_MODELSNoEnable dynamic modelstrue
ENABLE_RESPONSE_SUMMARIZATIONNoEnable AI-generated summariesfalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
chatA

UNIFIED CHAT — talk to one or more AI models. mode "chat" (default): 1..N models answer independently in parallel. mode "consensus": ≥2 models answer, then refine after seeing each other. mode "roundtable": models answer sequentially, each building on the running transcript. Supports files, images, and continuation_id for multi-turn threads (you may switch modes on resume). Use model "auto" for automatic selection. IMPORTANT: use the "files" parameter to share code/file content instead of pasting into the prompt.

check_statusA

Check the status and progress of async jobs. Query specific jobs by continuation_id or list the 10 most recent jobs. Returns job status with start time and progress information.

cancel_jobA

Cancel a running async job by its continuation_id.

Terminates queued or running jobs with graceful cleanup. Preserves partial results when available.

Prompts

Interactive templates invoked by user choice

NameDescription
helpComprehensive guide for Converse MCP Server - tools, models, parameters, and configuration

Resources

Contextual data attached and managed by the client

NameDescription
Help DocumentationComprehensive guide for the Converse MCP Server including all tools, parameters, providers, and models

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/FallDownTheSystem/converse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server