fes0010/mcp-supabase-server
If you are the rightful owner of mcp-supabase-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.
A minimal Model Context Protocol (MCP) server designed for self-hosted Supabase instances, providing full database control and integration with AI agents and n8n automation.
Tools
Functions exposed to the LLM to take actions
list_tables
List all database tables
get_table_schema
Get table structure with sample data
execute_sql
Execute any SQL query with full database control
get_table_data
Query table data with filtering and sorting
insert_data
Insert new records into tables
update_data
Update existing records
delete_data
Delete records from tables
get_business_analytics
Business insights and KPIs
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client