by @supabase community
MCP server for interacting with the Supabase platform. Manage databases, authentication, storage, and edge functions. Query data and manage your Supabase projects.
This server provides the following tools for AI assistants:
Execute SQL queries on your database
List all tables in the database
Get schema information for a table
Insert rows into a table
Delete rows from a table
List files in a storage bucket
List all auth users
Create a new table
Upload a file to storage
Create a new auth user
Invoke an edge function
Update rows in a table