Supabase MCP server enables AI assistants to interact with Supabase databases, allowing SQL query execution, database management, and user authentication operations. Built by Alexander Zuev, it supports both read-only (default) and read-write modes with safety features, integrates with Supabase Management API, and includes region-specific configuration options. The implementation is containerized for easy deployment via Smithery.ai and requires minimal configuration with just a project reference and database password. It's particularly valuable for developers who need to manage their Supabase projects directly through AI assistant conversations without switching contexts.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Lists all database schemas with their sizes and table counts.
Lists all tables in a schema with their sizes, row counts, and metadata.
Gets detailed table structure including columns, keys, and relationships.
Executes raw SQL queries with comprehensive support for all PostgreSQL operations, including transaction control statements.
Sends arbitrary requests to Supabase Management API, with auto-injection of project ref and safety mode control.
Gets the enriched API specification with safety information.
Gets all safety rules including blocked and unsafe operations with human-readable explanations.
Switches between safe and unsafe modes for API operations.
Retrieves documentation for all available Auth Admin methods.
Directly invokes Auth Admin methods with proper parameter handling.
Retrieves a user by their ID.
Lists all users with pagination.
Creates a new user.
Deletes a user by their ID.
Sends an invite link to a user's email.
Generates an email link for various authentication purposes.
Updates user attributes by ID.
Deletes a factor on a user (currently not implemented in SDK).