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 |
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 | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| help | Comprehensive guide for Converse MCP Server - tools, models, parameters, and configuration |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Help Documentation | Comprehensive guide for the Converse MCP Server including all tools, parameters, providers, and models |
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/FallDownTheSystem/converse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server