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.
Supabase MCP Server is a feature-rich Model Context Protocol server that enables safe interaction with Supabase databases, providing tools for database management, SQL query execution, and access to the Supabase Management API with built-in safety controls.
Supabase MCP Server is designed to facilitate secure and efficient interaction with Supabase databases through various MCP clients like Cursor, Windsurf, Claude Desktop, and Cline. It offers a comprehensive suite of tools for executing SQL queries, managing databases, and accessing the Supabase Management API. The server emphasizes safety with a three-tier system for SQL operations, ensuring that only authorized actions are performed. It supports both direct and pooled database connections, automatic versioning of database schema changes, and user management via the Supabase Auth Admin SDK. The server is easy to install and configure, supporting multiple platforms and environments. It is particularly useful for developers looking to integrate Supabase functionalities into their applications while maintaining high safety standards.
Features
- Compatible with various MCP clients supporting `stdio` protocol.
- Control read-only and read-write modes of SQL query execution.
- Runtime SQL query validation with risk level assessment.
- Three-tier safety system for SQL operations: safe, write, and destructive.
- Robust transaction handling for both direct and pooled database connections.