thesimsguy/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 henry@mcphub.com.
The Query MCP server for Supabase is an open-source server that allows IDEs to safely run SQL, manage schema changes, and interact with the Supabase Management API with built-in safety controls.
Tools
Functions exposed to the LLM to take actions
get_schemas
Lists schemas with sizes and table counts.
get_tables
Lists tables, foreign tables, and views with metadata.
get_table_schema
Gets detailed table structure (columns, keys, relationships).
execute_postgresql
Executes SQL statements against your database.
confirm_destructive_operation
Executes high-risk operations after confirmation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client