Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUCKET | No | The Supabase storage bucket to use | media |
| MCP_PORT | No | The port to run the MCP HTTP server on | 3333 |
| SUPABASE_URL | Yes | The URL of your Supabase project | |
| RETENTION_DAYS | No | Number of days to retain uploaded files before cleanup (default: 30) | |
| 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 |
|---|---|
| upload_clipboard_image | - |
| cleanup_old_files | - |