Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | Yes | Your database host | |
| DB_NAME | Yes | Your database name | |
| DB_USER | Yes | Database readonly user | |
| MODEL_ID | No | The LLM model to use | claude-3-opus-20240229 |
| DB_PASSWORD | Yes | Database user password | |
| LLM_API_KEY | Yes | Your LLM API key (Anthropic/OpenAI/Groq) |
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 | |