Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSPORT | No | The communication protocol for the MCP server (e.g., 'stdio'). | |
| DB_PASSWORD | No | The PostgreSQL password (used when STORAGE_TYPE is 'postgres'). | |
| WEBHOOK_URL | No | The URL for an external service webhook (e.g., Make, Zapier). | |
| STORAGE_TYPE | No | The storage backend to use. Must be either 'supabase' or 'postgres'. | |
| SUPABASE_URL | No | Your Supabase project URL (e.g., https://abc123.supabase.co). | |
| WEBHOOKS_JSON | No | A JSON array string containing multiple webhook configurations. | |
| WEBHOOK_SECRET | No | A shared secret for HMAC signature verification of webhook payloads. | |
| SUPABASE_SERVICE_KEY | No | Your Supabase service role 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 | |