Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port configuration | 3000 |
| ALGOLIA_APP_ID | No | Your Algolia application ID from the Algolia dashboard | |
| CLAUDE_API_KEY | No | Your Claude API key required for AI features (alternative to ANTHROPIC_API_KEY) | |
| ALGOLIA_API_KEY | No | Your Algolia search-only API key from the Algolia dashboard | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key required for AI features |
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 | |