Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_MODEL | No | The Grok model to use (grok-3, grok-2) | grok-3 |
| GEMINI_MODEL | No | The Gemini model to use (gemini-2.0-flash, gemini-2.0-flash-exp, gemini-1.5-pro) | gemini-2.0-flash |
| GROK_API_KEY | No | Your API key for xAI's Grok service | |
| OPENAI_MODEL | No | The OpenAI model to use (gpt-4o, gpt-4o-mini, gpt-4-turbo, gpt-3.5-turbo) | gpt-4o |
| GEMINI_API_KEY | No | Your API key for Google's Gemini AI service | |
| OPENAI_API_KEY | No | Your API key for OpenAI's ChatGPT service |
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 | |