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.
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.
Access logs from any Supabase service.