Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DOMAIN | No | Domain configuration for deployment | |
MCP_PORT | No | HTTP server port | 3333 |
NODE_ENV | No | Environment mode (development, production) | |
MCP_API_KEYS | No | Comma-separated API keys for authentication | |
MCP_FEATURES | No | Enabled features (database,docs,development,functions,account,branching,storage,debug) | database,docs,development,functions |
MCP_READ_ONLY | No | Read-only mode | false |
NODE_LOG_LEVEL | No | Logging level | |
MCP_ALLOWED_ORIGINS | No | CORS allowed origins | * |
SUPABASE_PROJECT_REF | Yes | Your Supabase project reference | |
SUPABASE_ACCESS_TOKEN | Yes | Supabase Management API token | |
MCP_RATE_LIMIT_GENERAL | No | Requests per minute | 60 |
MCP_RATE_LIMIT_REQUESTS | No | Requests per 15 minutes | 100 |
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 |