supabase-mcp-server

supabase-mcp-server

708

Query MCP is an open-source Model Context Protocol (MCP) server for managing Supabase projects. It offers robust SQL safety features and integration with the Supabase Management API and Auth Admin SDK. Although it is no longer actively maintained due to the release of an official server, it remains a feature-rich tool for integrating with multiple IDEs.

get_schemas

List the schema and its size and number of tables

get_tables

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

get_table_schema

Get detailed table structure

execute_postgresql

Execute SQL statements

confirm_destructive_operation

Confirm before performing high-risk operations

retrieve_migrations

Get migration records

live_dangerously

Switch safe mode

send_management_api_request

Send management API requests

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

retrieve_logs

Access Supabase logs