CloudMediaServices/supabase-mcp-server
If you are the rightful owner of supabase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Supabase MCP Server is a Model Context Protocol server that facilitates seamless integration between AI assistants and Supabase databases, enabling LLMs to perform CRUD operations efficiently.
Tools
Functions exposed to the LLM to take actions
Read Table Rows
Query data from any table with filtering, ordering, and pagination.
Create Table Records
Insert new records into any table, with optional upsert functionality.
Update Table Records
Modify existing records based on specified conditions.
Delete Table Records
Remove records from tables with safety checks and confirmation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client