Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server | INFO |
| XAI_API_KEY | No | API key for X.AI Grok models | |
| DIAL_API_KEY | No | API key for DIAL vendor-agnostic model access | |
| DEFAULT_MODEL | No | Default model selection mode | auto |
| DISABLED_TOOLS | No | Comma-separated list of tools to disable. Default disables: analyze, refactor, testgen, secaudit, docgen, tracer. Set to empty string to enable all tools. | analyze,refactor,testgen,secaudit,docgen,tracer |
| GEMINI_API_KEY | No | API key for Google Gemini models | |
| OPENAI_API_KEY | No | API key for OpenAI models (O3, GPT-5 series) | |
| OPENROUTER_API_KEY | No | API key for OpenRouter - Access multiple models with one API | |
| AZURE_OPENAI_API_KEY | No | API key for Azure OpenAI enterprise deployments | |
| MAX_CONVERSATION_TURNS | No | Maximum number of conversation turns | 50 |
| CONVERSATION_TIMEOUT_HOURS | No | Timeout in hours for conversations | 6 |
| DEFAULT_THINKING_MODE_THINKDEEP | No | Default thinking mode for thinkdeep tool | high |
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 | |