supabase-mcp
0
The Supabase MCP Server is designed to allow AI assistants to manipulate Supabase databases through defined interactions. Key features include reading, creating, updating, and deleting records with configurable filtering and security measures.
read_rows
Read data from Supabase table, supports filtering and column selection
create_records
Insert one or more records into the table
update_records
Update records in the table that match specific filter conditions
delete_records
Delete records in the table that match specific filter conditions