Supabase MCP Server
by NightTrek
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SUPABASE_KEY | Yes | Your Supabase service_role key (NOT the anon key) | |
SUPABASE_URL | Yes | Your Supabase project URL (e.g., https://your-project.supabase.co or http://localhost:54321 for local projects) |
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 |
---|---|
query_table | Query a specific table with schema selection and where clause support |
generate_types | Generate TypeScript types for your Supabase database schema |