supabase-mcp

supabase-mcp

131

The Supabase MCP Server is a Model Context Protocol server designed to facilitate AI assistants in performing database operations within a Supabase environment. It enables standardized interactions with Supabase for reading, creating, updating, and deleting records, leveraging Docker for integration.

read_table_rows

Query table data

create_table_records

Insert a new record

update_table_records

Update existing records

delete_table_records

Delete records