Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XAI_MODEL | No | Optional override for the grok-4-fast alias | |
| XAI_API_KEY | No | Used for xAI (Grok) requests via LiteLLM | |
| OPENAI_MODEL | No | Optional override for the gpt-5 alias | |
| MCP_REST_TOKEN | No | Shared secret for REST shim (X-Token header) | |
| OPENAI_API_KEY | No | Used by LiteLLM when routing to OpenAI models | |
| ANTHROPIC_MODEL | No | Optional override for the claude-4 alias | |
| ANTHROPIC_API_KEY | No | Used for Anthropics models via LiteLLM |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |