mikeysrecipes/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 Model Context Protocol (MCP) server that facilitates safe SQL execution, schema management, and API interactions with Supabase projects.
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.
execute_postgresql
Executes SQL statements against your database.
send_management_api_request
Sends arbitrary requests to Supabase Management API.
call_auth_admin_method
Directly invokes Auth Admin methods with proper parameter handling.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client