Supabase NextJS MCP Server
by tengfone
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NEXT_PUBLIC_SUPABASE_URL | Yes | The URL of the Supabase instance. | |
NEXT_PUBLIC_SUPABASE_ANON_KEY | Yes | The anonymous key for accessing Supabase. |
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_data | Query data from Supabase |
insert_record | Insert a record into Supabase |
update_record | Update a record in Supabase |
delete_record | Delete a record from Supabase |