Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
POSTGRES_DB | No | Postgres database name | postgres |
USE_MOCK_DB | No | Set to true to use mock database mode | false |
SUPABASE_URL | Yes | Your Supabase project URL | |
POSTGRES_HOST | Yes | Postgres database host | |
POSTGRES_PORT | No | Postgres database port | 5432 |
POSTGRES_USER | No | Postgres database user | postgres |
SUPABASE_REGION | Yes | Your Supabase region | |
ANTHROPIC_API_KEY | Yes | Your Anthropic API key for Claude integration | |
SUPABASE_DB_PASSWORD | Yes | Your Supabase database password | |
SUPABASE_POOLER_HOST | Yes | Supabase pooler host | |
SUPABASE_PROJECT_REF | Yes | Your Supabase project reference | |
SUPABASE_ACCESS_TOKEN | Yes | Your Supabase access token | |
SUPABASE_SERVICE_ROLE_KEY | Yes | Your Supabase service role key |
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 |