medieage_supabase-mcp-server
Query MCP is a robust server designed to enable a variety of IDEs to interact with databases through SQL queries, while ensuring safety with a three-tier system for risk assessment. It also offers integration with Supabase management and authentication APIs via a Python SDK, providing a comprehensive solution for database and project management.
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