Supabase Connector for AI agents.
13 live capabilities
Manage your PostgreSQL database and Supabase backend records with natural language.
Waiting for input…
Why people use Supabase
Supabase for PostgreSQL Database Management
With this Connector, you just tell your agent what you need. It handles the SQL, pulls the data, and shows it to you in the chat. You get your answers instantly without ever leaving your workspace.
What Vinkius changes
You get a conversational interface for your entire Supabase backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding stuck accounts
A user can't log in, so you ask the agent to list all users.
- Real-world use case 02
Restocking inventory
You need to update inventory.
- Real-world use case 03
Verifying storage
You want to make sure your images are uploaded.
Complete set · 13capabilities
The complete Supabase capability set.
These are the exact actions your AI can choose when you ask it to work with Supabase.
01—04
4 capabilities in this set.
Part of 13 available through Supabase.
- 01 Capability
List auth users
List all authenticated users from Supabase Auth. Use this to see who has an account in your system.
- 02 Capability
Db count
Count rows in a database table for pagination or analytics. This helps you get quick totals on your data.
- 03 Capability
Db delete
Remove rows from a database table based on a mandatory match query. This helps you clear out old data quickly.
- 04 Capability
Db insert
Add a new row to a database table by providing a JSON payload. This is perfect for populating your tables with mock data.
05—07
3 capabilities in this set.
Part of 13 available through Supabase.
- 05 Capability
Db rpc
Execute a Supabase Postgres Function with dynamic JSON arguments. This lets you run your own custom backend logic using natural language.
- 06 Capability
Db select
Query records from any PostgreSQL database table using PostgREST syntax. This helps you pull specific data sets into your chat instantly.
- 07 Capability
Db update
Modify existing rows in a database table using a match query. Use this to update specific records without writing manual SQL.
08—10
3 capabilities in this set.
Part of 13 available through Supabase.
- 08 Capability
List storage buckets
See all available storage containers in your project. This helps you audit your file architecture.
- 09 Capability
Delete auth user
Permanently remove an authenticated user from the system. Use this to clean up your user roster.
- 10 Capability
Create storage bucket
Create a new storage bucket with optional public access. This is great for setting up new asset folders.
11—13
3 capabilities in this set.
Part of 13 available through Supabase.
- 11 Capability
Delete storage file
Delete specific files from a storage bucket using a path list. Use this to manage your storage space.
- 12 Capability
Get auth user
Retrieve detailed information for a specific authenticated user. This helps you debug account-specific issues.
- 13 Capability
List storage files
View the files currently stored inside a specific bucket. Use this to check your storage contents.
Set up in minutes
One URL. Then ask Supabase to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Supabase from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Supabase, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Supabase for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Supabase URL.
- Step 03
Save and start
Save the connection and enable Supabase in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"supabase": {
"url": "https://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Supabase
Open Agent mode in chat and ask: "Using Supabase, help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"supabase": {
"url": "https://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Supabase
Ask Copilot: "Using Supabase, help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"supabase": {
"url": "https://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Supabase
Open Cascade and ask: "Using Supabase, help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"supabase": {
"url": "https://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Supabase
Ask Cline: "Using Supabase, help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add supabase --transport http "https://edge.vinkius.com/vk_preview_FP0ge4xEx4qBf4t9J73WhJFmRYGy102qt1vYxGMm/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Supabase
Ask Claude: "Using Supabase, show me...". 13 tools are ready
Where the request belongs
Work Supabase can move forward.
The backend engineer who is tired of manually updating rows in the dashboard at 2am or the dev who needs to iterate on data quickly without context switching.
Database Administrator
Running complex validation queries and invoking custom RPCs during analytical reviews.
Backend Developer
Iterating on database structures and mocking rapid data insertions without opening a browser.
Full-Stack Engineer
Resolving user authorization bugs by tracking dependencies directly in the IDE.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSupabase
Manage Supabase projects, databases and secrets via API. create projects, configure Postgres, manage branches and secrets from any AI agent.
Hasura (Instant GraphQL & REST Engine)
Instantly connect to your Hasura engine to execute GraphQL queries, manage metadata, analyze SQL execution plans, and monitor server health.
ElectricSQL (Sync Engine)
Sync Postgres data to your AI agent in real-time using ElectricSQL's HTTP Sync API. fetch shapes, stream updates, and query subsets.
Neon
Manage serverless PostgreSQL databases via Neon. provision projects, branches, endpoints and roles from any AI agent.
Neon (Serverless PostgreSQL)
Manage serverless database infrastructure via Neon. spawn zero-copy branches, audit projects, and monitor compute endpoints.
OceanBase
Enterprise distributed relational database. manage clusters, tenants, and databases via AI.
Bring your own AI
Change the model, client or framework. Keep Supabase connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Supabase.
The practical details behind the request, access and result.
How does the Supabase MCP help with database tasks?
It lets you perform database actions like querying, inserting, and updating records using natural language. Instead of writing SQL, you just ask your agent to do it for you.
Can I use the Supabase MCP to manage my users?
Yes, you can audit your user roster, get details on specific accounts, or remove users from your system directly through your AI client.
Is it safe to use the Supabase MCP for backend edits?
It uses your service role key to perform actions, which gives it administrative access. It is designed for backend developers and DBAs who need to manage the infrastructure securely.
Can the Supabase MCP help with my storage buckets?
Yes, it can list all your buckets, show you the files inside them, and even create new buckets or delete specific files.
How do I connect my Supabase backend to my AI client?
You just need to add the Supabase MCP to your configuration and provide your Supabase URL and service role key. From there, your agent can start interacting with your data.
What kind of queries can the Supabase MCP run?
It can run any query that your Supabase backend supports, including standard row lookups, complex filters, and custom PostgreSQL functions via RPC.
Why do I need to use the service role key instead of the safe public anon key?
The Connector integration operates inherently as an administration module properly securely autonomously. Utilizing the service_role actively gracefully securely circumvents logical Row Level Security settings globally, empowering correct system manipulation properly dynamically successfully without error friction organically.
Is there a safety measure preventing unintended whole table destructive deletions?
Yes. Commands mutating or destroying rows, such as accurately calling db_delete, rigorously mandate explicit logical matching definitions (like exact ID tracking) seamlessly inherently systematically mitigating risk effectively fully locally organically efficiently properly.
Can the AI call custom PostgreSQL functions (RPC)?
Yes. Use db_rpc to invoke any server-side PL/pgSQL function by name, passing JSON arguments. This lets the AI trigger stored procedures, computed views, or custom business logic directly.
One connection away
Give your agent a direct line to Supabase.
Connect Supabase once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available