Converse MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3157 |
| LOG_LEVEL | No | Logging level | info |
| XAI_API_KEY | No | X.AI API key | |
| CODEX_API_KEY | No | Codex API key (optional if ChatGPT login available) | |
| GEMINI_API_KEY | No | Google Gemini API key (takes priority over GOOGLE_API_KEY) | |
| GOOGLE_API_KEY | No | Alternative Google API key | |
| OPENAI_API_KEY | No | OpenAI API key | |
| MISTRAL_API_KEY | No | Mistral API key | |
| DEEPSEEK_API_KEY | No | DeepSeek API key | |
| MCP_TOOL_TIMEOUT | No | Tool timeout in ms (system-wide) | |
| OPENROUTER_TITLE | No | OpenRouter title | |
| ANTHROPIC_API_KEY | No | Anthropic API key | |
| CODEX_SANDBOX_MODE | No | Codex sandbox mode | read-only |
| OPENROUTER_API_KEY | No | OpenRouter API key | |
| OPENROUTER_REFERER | No | OpenRouter referer | |
| SUMMARIZATION_MODEL | No | Model for summarization | gpt-5-nano |
| CODEX_SKIP_GIT_CHECK | No | Skip git check | true |
| CODEX_APPROVAL_POLICY | No | Codex approval policy | never |
| MAX_MCP_OUTPUT_TOKENS | No | Max output tokens (system-wide) | |
| OPENROUTER_DYNAMIC_MODELS | No | Enable dynamic models | true |
| ENABLE_RESPONSE_SUMMARIZATION | No | Enable AI-generated summaries | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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