Supabase MCP server
MCP server for interacting with the Supabase platform Connect your AI agents to Supabase with enterprise-grade governance, observability, and control through MintMCP Gateway.
Tools included with Supabase MCP
search_docs
Search the Supabase documentation using GraphQL. Must be a valid GraphQL query. You should default to calling this ev...
list_organizations
Lists all organizations that the user is a member of.
get_organization
Gets details for an organization. Includes subscription plan.
list_projects
Lists all Supabase projects for the user. Use this to help discover the project ID of the project that the user is wo...
get_project
Gets details for a Supabase project.
get_cost
Gets the cost of creating a new project or branch. Never assume organization as costs can be different for each. Alwa...
confirm_cost
Ask the user to confirm their understanding of the cost of creating a new project or branch. Call `get_cost` first. R...
create_project
Creates a new Supabase project. Always ask the user which organization to create the project in. The project can take...
pause_project
Pauses a Supabase project.
restore_project
Restores a Supabase project.
list_tables
Lists all tables in one or more schemas. By default returns a compact summary. Set verbose to true to include column ...
list_extensions
Lists all extensions in the database.
list_migrations
Lists all migrations in the database.
apply_migration
Applies a migration to the database. Use this when executing DDL operations. Do not hardcode references to generated ...
execute_sql
Executes raw SQL in the Postgres database. Use `apply_migration` instead for DDL operations. This may return untruste...
get_logs
Gets logs for a Supabase project by service type. Use this to help debug problems with your app. This will return log...
get_advisors
Gets a list of advisory notices for the Supabase project. Use this to check for security vulnerabilities or performan...
get_project_url
Gets the API URL for a project.
get_publishable_keys
Gets all publishable API keys for a project, including legacy anon keys (JWT-based) and modern publishable keys (form...
generate_typescript_types
Generates TypeScript types for a project.
Showing 20 of 29 tools
Works with every major client
Why MintMCP gateway
Centralized governance
Unified authentication, audit logging, and rate control for all Supabase MCP connections.
One-click deployment
Instantly enable Supabase MCP for AI teams via MintMCP's standardized gateway without manual server setup.
OAuth + SSO enforcement
Automatic enterprise authentication wrapping for Supabase MCP endpoints.
Host stdio servers on MintMCP instead of running locally
Containerized servers become accessible to clients like ChatGPT without local installations. Better risk management and security posture without requiring users to run servers on their machines.
Observability and control
Real-time dashboards for monitoring usage, detecting anomalies, and maintaining SLA compliance.
Enterprise hardening
High availability, security, and compliance alignment transform MCP from developer utility to production-grade infrastructure.
Supports shared and per-user auth
Flexibility to configure service accounts at the admin level or enable individual OAuth flows. Secrets remain protected while users gain access, with centralized revocation capabilities.
Granular tool access control
Configure tool access by role. For example, enable read-only operations and exclude write tools like create and delete.
FAQs
Yes. MintMCP Gateway is SOC 2 compliant and uses OAuth-based authentication for all Supabase MCP interactions.