Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host for the MCP server | 0.0.0.0 |
PORT | No | Port for the MCP server | 8051 |
TRANSPORT | No | Transport protocol for the MCP server (sse or stdio) | sse |
SUPABASE_URL | Yes | Your Supabase project URL | |
OPENAI_API_KEY | Yes | Your OpenAI API key for generating embeddings | |
SUPABASE_SERVICE_KEY | Yes | Your Supabase service 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 |
---|---|
No tools |