Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | The direct PostgreSQL connection string for your Supabase database (e.g., postgresql://postgres:password@localhost:5432/postgres) | |
| SUPABASE_URL | Yes | The main HTTP URL of your Supabase project (e.g., http://localhost:8000) | |
| SUPABASE_ANON_KEY | Yes | Your Supabase project's anonymous key | |
| SUPABASE_AUTH_JWT_SECRET | No | Your Supabase project's JWT secret | |
| SUPABASE_SERVICE_ROLE_KEY | No | Your Supabase project's service role key. Needed for operations requiring elevated privileges |
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 | |