Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XAI_API_KEYNoAPI key for xAI
DEFAULT_MODELNoDefault model, default 'auto'
CUSTOM_API_URLNoCustom API URL for Ollama, vLLM, etc.
GEMINI_API_KEYNoAPI key for Google Gemini
OPENAI_API_KEYNoAPI key for OpenAI
DEEPSEEK_API_KEYNoAPI key for DeepSeek
MOONSHOT_API_KEYNoAPI key for Moonshot (Kimi)
ANTHROPIC_API_KEYNoAPI key for Anthropic
OPENROUTER_API_KEYNoAPI key for OpenRouter
MAX_CONVERSATION_TURNSNoThread length limit, default 100
VOX_FORCE_ENV_OVERRIDENoForce .env override of client env vars
CONVERSATION_TIMEOUT_HOURSNoThread TTL in hours, default 24

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/linxule/vox-mcp'

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