Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ENV_FILE | Yes | Path to environment file containing API keys (must be absolute path) | |
XAI_API_KEY | No | Your xAI API key for Grok models | |
BRAVE_API_KEY | No | Your Brave Search API key (optional, for web_search tool) | |
GOOGLE_API_KEY | No | Your Google API key for Gemini models | |
OPENAI_API_KEY | No | Your OpenAI API key for o3 models | |
SERPER_API_KEY | No | Your Serper API key (optional, for web_search tool) | |
ANTHROPIC_API_KEY | No | Your Anthropic API key for Claude models | |
OPENROUTER_API_KEY | No | Your OpenRouter API key (optional, for web_search tool) | |
PERPLEXITY_API_KEY | No | Your Perplexity API key (optional, for web_search tool) |
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 |