Vox MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XAI_API_KEY | No | API key for xAI | |
| DEFAULT_MODEL | No | Default model, default 'auto' | |
| CUSTOM_API_URL | No | Custom API URL for Ollama, vLLM, etc. | |
| GEMINI_API_KEY | No | API key for Google Gemini | |
| OPENAI_API_KEY | No | API key for OpenAI | |
| DEEPSEEK_API_KEY | No | API key for DeepSeek | |
| MOONSHOT_API_KEY | No | API key for Moonshot (Kimi) | |
| ANTHROPIC_API_KEY | No | API key for Anthropic | |
| OPENROUTER_API_KEY | No | API key for OpenRouter | |
| MAX_CONVERSATION_TURNS | No | Thread length limit, default 100 | |
| VOX_FORCE_ENV_OVERRIDE | No | Force .env override of client env vars | |
| CONVERSATION_TIMEOUT_HOURS | No | Thread TTL in hours, default 24 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chatA | Multi-model AI gateway. Routes prompts to external AI models (Gemini, OpenAI, Anthropic, DeepSeek, Moonshot, xAI, OpenRouter, custom endpoints) with conversation memory. Supports file context embedding, images, and multi-turn threads via continuation_id. |
| listmodelsA | Shows which AI model providers are configured, available model names, their aliases and capabilities. |
| dump_threadsA | Export conversation threads as JSON or Markdown. Threads persist to disk and can be cold-reloaded after memory expiry. Use thread_ids to filter specific threads, format to choose output. |
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
- 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/linxule/vox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server