YoussefRagai/supabase-ops-mcp-server
If you are the rightful owner of supabase-ops-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 Ops MCP Server is a Model Context Protocol server designed to manage Supabase Postgres schemas, data, and SQL execution through the Supabase REST interface.
Tools
Functions exposed to the LLM to take actions
list_tables
Returns table names and types for the target schema.
describe_table
Shows column metadata, data types, and default values.
introspect_schema
Retrieves columns and foreign-key relationships for selected tables.
run_sql
Executes arbitrary SQL using Supabase's pg_execute_sql endpoint.
select_rows
Reads table data with optional filters, ordering, and limits.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client