Vinkius

Supabase MCP. Manage projects, databases & secrets by conversation

Supabase manages your entire backend infrastructure through conversation. Use this MCP to list, create, and manage projects across different regions, configure Postgres settings like max connections, and handle all project secrets—all without leaving your AI client.

Supabase MCP is compatible with Claude Claude
Supabase MCP is compatible with ChatGPT ChatGPT
Supabase MCP is compatible with Cursor Cursor
Supabase MCP is compatible with Gemini Gemini
Supabase MCP is compatible with Windsurf Windsurf
Supabase MCP is compatible with VS Code VS Code
Supabase MCP is compatible with JetBrains JetBrains
Supabase MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Project and Organization Discovery

List all organizations or retrieve detailed information about any specific Supabase project.

Backend Lifecycle Management

Pause unused projects to save money, restore data from a paused state, or create new projects in different regions.

Database Environment Isolation

Create isolated development branches for testing features without impacting the main production database.

Waiting for input…

AI Agent
Supabase

What AI agents can do with Supabase Alternatives: 14 Tools for Backend Ops

These tools allow you to manage the entire lifecycle of a Supabase project—from provisioning new databases to updating deep configuration settings via natural conversation.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Supabase MCP

Create Branch

Creates an isolated copy of your database for development work on a specific project.

Create Project

Provisions an entirely new Supabase project, including Postgres, Auth, and Storage...

Create Secret

Securely adds a new API key or credential to the project's environment secrets.

Delete Secret

Permanently removes an existing secret from the project; this action cannot be...

Get User

Checks which Supabase user is currently authenticated to confirm token access.

Get Postgres Config

Retrieves the current operational settings for the project's PostgreSQL database.

Get Project

Fetches specific details about one Supabase project using its unique reference ID.

List Branches

Retrieves a list of all development branches and their current status for a given...

List Organizations

Shows all organizations linked to the account, along with their names and creation...

List Projects

Lists every Supabase project associated with the account, providing key info like...

List Secrets

Displays all stored API keys and credentials for a specific project.

Pause Project

Stops compute resources on a project, preserving the database data so costs stop accruing.

Restore Project

Brings a previously paused Supabase project back to an active, fully operational state.

Update Postgres Config

Modifies database settings like memory limits or connection pools for the project.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Supabase MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Supabase integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Supabase, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Supabase MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Supabase. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Backend administration used to be a painful clickfest.

Today, checking on your backend requires context switching. You open the main Supabase dashboard to see if Project A is running, then jump into the settings tab for Postgres config just to check `work_mem`, and finally, you have to navigate to a separate 'Secrets' area to verify credentials. It’s tedious, slow, and easy to miss something critical.

With this MCP, you tell your agent what you need done—for example, 'I need to audit all projects in the EU region.' You get an immediate list of everything necessary, eliminating manual clicks and cutting your setup time from twenty minutes down to seconds.

Gain full control over project structure with Supabase Alternative MCP

Before this, setting up a dev environment meant creating a whole new database instance and manually linking it. Now, you ask your agent to `create_branch`, and the system handles provisioning that isolated copy instantly.

You're no longer limited by the dashboard's UI flow. You talk directly to the backend API through natural language. It’s fast, reliable, and keeps your entire development process inside your AI client.

What Supabase MCP does for your AI

Managing a complex backend stack usually means jumping between dashboards: checking project status in one tab, updating environment variables in another, and adjusting database limits on a third. This MCP lets you take full control of your entire Supabase setup using nothing but natural conversation.

Your agent acts like a dedicated DevOps engineer right inside your IDE. You can list all organizations or check the details for a specific project reference. Need to prepare an environment? You'll create development branches with isolated databases instantly. You also get deep control over Postgres settings, allowing you to view and update parameters like work_mem.

If you need better security, you can manage API keys and credentials by creating or deleting secrets safely. It’s the complete backend toolkit that lets you focus on coding instead of clicking through administrative dashboards. We built this MCP so your AI client gets access to everything, all organized within the Vinkius catalog.

Built · Hosted · Managed by Vinkius Supabase Alternative MCP - Manage Projects & Databases
Server ID 019d8486-c486-711c-b7a0-75058a43806e
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Supabase MCP

How do I check project status with Supabase Alternative MCP? +

You use list_projects to see a comprehensive list of every associated project. This tool returns key details like the region and whether the project is active or paused.

Can I change database settings using Supabase Alternative MCP? +

Yes, you can modify Postgres configuration parameters. Use update_postgres_config by providing the specific project reference and the JSON object containing the desired changes.

What is the best way to test a new feature branch? +

First, use create_branch. This tool makes an isolated copy of your current database, allowing you and your team to experiment freely without any risk to the live project data.

Is it safe to manage secrets with Supabase Alternative MCP? +

Yes. You use create_secret and list_secrets, and all credentials are encrypted at rest. Your agent handles this secure process, so you don't have to worry about manual key management.

How do I stop paying for a project I'm not using? +

Run pause_project with the specific project reference. This preserves your database and data while stopping compute resources, preventing any further charges.