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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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.
Gets all safety rules with human-readable explanations.
Retrieve documentation for all available Auth Admin methods.
Directly invoke Auth Admin methods with proper parameter handling.
Retrieve a user by their ID.
List all users with pagination.
Create a new user.
Delete a user by their ID.
Send an invite link to a user's email.
Generate an email link for various authentication purposes.
Update user attributes by ID.
Delete a factor on a user (currently not implemented in SDK).
Access logs from any Supabase service.