Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | Upstash Redis connection URL (via Vercel KV) used for session management. | |
| SUPABASE_URL | Yes | The Supabase project URL. | |
| GEMINI_API_KEY | Yes | Google AI Studio API key for Gemini Embedding 2. | |
| DIGITAL_BRAIN_API_KEYS | Yes | Multiple comma-separated API keys for Bearer token authentication. If no API keys are configured, all requests will be rejected. | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | The Supabase service_role secret key (NOT the anon key). |
Capabilities
Server capabilities have not been inspected yet.
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 | |