Cappahccino/SB-MCP
If you are the rightful owner of SB-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 allows Claude and other LLMs to interact with Supabase to perform CRUD operations on Postgres tables.
Tools
Functions exposed to the LLM to take actions
queryDatabase
Allows querying of database tables with optional filters and column selection.
insertData
Facilitates the insertion of data into specified tables.
updateData
Enables updating of data in tables based on specified conditions.
deleteData
Permits deletion of data from tables using filter conditions.
listTables
Provides a list of all tables in the database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client