medieage_supabase-mcp-server

medieage_supabase-mcp-server

3.1

If you are the rightful owner of medieage_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.

Query MCP (Supabase MCP Server) is a tool that enables IDEs to execute SQL queries, manage databases, access Management API, and handle user authentication with safety controls.

get_schemas

Lists schemas in the database, their size and number of tables

get_tables

List tables, foreign key tables, and views and their metadata

get_table_schema

Get the detailed structure of the table (columns, keys, relationships)

execute_postgresql

Execute SQL statements

confirm_destructive_operation

Confirmation before performing high-risk operations

retrieve_migrations

Get migration records

live_dangerously

Switch safe mode

send_management_api_request

Send Supabase Management API Request

get_management_api_spec

Get API specifications

get_auth_admin_methods_spec

Get Auth Admin method documentation

call_auth_admin_method

Call the Auth Admin method