Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | The URL of your Supabase instance (e.g., https://your-supabase-instance.example.com) | |
| COOLIFY_API_URL | Yes | The URL of your Coolify instance (e.g., http://localhost:8000) | |
| COOLIFY_TEAM_ID | No | Optional Coolify team ID | |
| SUPABASE_DB_HOST | No | Direct database host (e.g., localhost) | |
| SUPABASE_DB_NAME | No | Direct database name (e.g., postgres) | |
| SUPABASE_DB_PORT | No | Direct database port (e.g., 5432) | |
| SUPABASE_DB_USER | No | Direct database user (e.g., postgres) | |
| COOLIFY_API_TOKEN | Yes | Your Coolify API token with appropriate permissions | |
| SUPABASE_ANON_KEY | No | Your Supabase anonymous key | |
| SUPABASE_PROJECT_ID | No | Your Supabase project ID | |
| SUPABASE_DB_PASSWORD | No | Direct database password | |
| SUPABASE_PROJECT_REF | No | Your Supabase project reference | |
| SUPABASE_FUNCTIONS_URL | No | The URL for Supabase Edge Functions (e.g., https://your-supabase-instance.example.com/functions/v1) | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | Your Supabase service role key (keep this secure!) |
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 | |