This MCP server implementation provides a bridge between Supabase and AI assistants, enabling database schema exploration and management through natural language interactions. It leverages the Supabase client to execute read-only SQL queries, retrieve schema information, and list tables and columns. The server offers tools for listing schemas, exploring table structures, and executing custom SQL queries, making it particularly useful for developers and data analysts who want to integrate Supabase database operations into their AI workflows. By abstracting database interactions into MCP tools, it simplifies the process of querying and analyzing Supabase data within AI-powered applications.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Lists schemas with sizes and table counts.
Lists tables, foreign tables, and views with metadata.
Gets detailed table structure (columns, keys, relationships).
Executes SQL statements against your database.
Executes high-risk operations after confirmation.
Gets migrations with filtering and pagination options.
Toggles between safe and unsafe modes.
Sends arbitrary requests to Supabase Management API with auto-injection of project ref.
Gets the enriched API specification with safety information, supporting multiple query modes.
Gets all safety rules with human-readable explanations.
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).
Access logs from any Supabase service.