haladesigns/supabase-mcp
If you are the rightful owner of supabase-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides AI assistants with the ability to interact with Supabase databases through standardized tools.
Tools
Functions exposed to the LLM to take actions
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
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client