Vinkius
Supabase Vector

Supabase Vector MCP. Run pgvector searches and CRUD ops directly from chat.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Supabase Vector MCP on Cursor AI Code Editor MCP Client Supabase Vector MCP on Claude Desktop App MCP Integration Supabase Vector MCP on OpenAI Agents SDK MCP Compatible Supabase Vector MCP on Visual Studio Code MCP Extension Client Supabase Vector MCP on GitHub Copilot AI Agent MCP Integration Supabase Vector MCP on Google Gemini AI MCP Integration Supabase Vector MCP on Lovable AI Development MCP Client Supabase Vector MCP on Mistral AI Agents MCP Compatible Supabase Vector MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

Supabase Vector connects your AI client directly to Supabase's PostgreSQL database via MCP. It lets you run pgvector semantic searches, manage embeddings, and perform foundational CRUD operations—all from natural language commands in your terminal.

You don't need an external dashboard or manual SQL writing to query complex vector data.

What your AI agents can do

Call postgres function

Executes a pre-defined, custom Postgres function (RPC) using specific parameters.

Delete table rows

Permanently removes rows from a specified table based on matching one or more column values. Be careful; this action is irreversible.

Get table row

Retrieves the data for a single row by requiring an exact match against a specific column value.

+ 4 more capabilities included
Perform Vector Similarity Searches

Runs a vector search using the pgvector extension to find records based on contextual similarity rather than keyword matching.

Inspect Database Schema

Lists all available tables in your Supabase project so the AI agent knows where it can read data from.

Read Specific Data Records

Retrieves a single, specific row of data by matching a known column value within any table.

Bulk Insert New Data

Inserts multiple new rows into a target table using a structured JSON array input.

Delete Specific Records

Permanently removes one or more rows from a table based on defined column values. This action is irreversible.

Execute Custom SQL Functions

Runs pre-built, complex PostgreSQL functions (RPCs) that handle specific business logic beyond simple CRUD operations.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

Supabase Vector: 7 Tools for Database Operations

These tools allow your AI client to execute everything from simple row lookups (`get_table_row`) to complex semantic vector matching (`match_vectors`) against your Supabase database.

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 Vector on Vinkius
call019d760f

call postgres function

Executes a pre-defined, custom Postgres function (RPC) using specific parameters.

delete019d760f

delete table rows

Permanently removes rows from a specified table based on matching one or more column values. Be careful; this action is irreversible.

get019d760f

get table row

Retrieves the data for a single row by requiring an exact match against a specific column value.

insert019d760f

insert table rows

Adds new records to a specified table using a structured JSON array containing the necessary field values.

list019d760f

list tables

Returns an inventory of all tables that currently exist within your Supabase project database schema.

match019d760f

match vectors

Performs a vector similarity search by running a Postgres RPC, requiring both an embedding array and a function name.

query019d760f

query table rows

Queries one or more rows from a specific table, allowing you to select columns and limit the result set.

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 every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

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

  • Use this MCP plus 4,900+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Supabase Vector 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 Vector. 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 INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 7 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Running queries against your knowledge base shouldn't feel like debugging an SQL textbook.

Today, if you need to find documents similar in *meaning* (semantic similarity), you have to write complex vector search calls or rely on a dedicated external platform. This usually means exporting data, running the model elsewhere, and then re-importing results—a massive headache.

With Supabase Vector MCP, you just tell your agent: 'Match this context against my document embeddings.' The `match_vectors` tool handles the entire process—the embedding comparison, the Postgres RPC call, and returning the top N matches. It keeps everything contained in your terminal.

Supabase Vector MCP Server: Get structured data updates from chat.

Before this server, if you needed to update a user's status or insert new embeddings into production, you had to switch environments—open DBeaver, run the `INSERT` statement, commit, and then check your dashboard. It was multi-step, slow, and prone to human error.

Now, you just tell your agent: 'Insert this JSON array of records into the user table.' The `insert_table_rows` tool handles the insertion atomically right in your chat window. You get real-time confirmation that the data landed.

What you can do with this MCP connector

Supabase Vector connects your AI client directly to Supabase's PostgreSQL database through MCP. It lets you run vector searches using pgvector, manage embeddings, and perform core CRUD operations—all from natural language commands in your terminal. You bypass needing an external dashboard or manually writing SQL to query complex vector data.

When you use this server, your AI agent interacts with the database using specific tools. First, if you don't know what tables exist, you can run list_tables and get a complete inventory of every table in your Supabase schema.

To read data, you have two options. You can use get_table_row to pull all information for one specific row when you know the exact value it holds for a defined column. If you need more than one record, or if you want to select only certain columns from multiple results, you'll use query_table_rows, which queries several rows from a specified table.

For advanced searching, you run vector similarity checks using match_vectors. This tool executes a custom Postgres RPC function, taking both an embedding array and the specific function name as parameters to find records based on contextual meaning instead of just keyword matches. You'll also use call_postgres_function when you need to execute complex, pre-built PostgreSQL business logic that goes beyond simple reading or writing.

To modify data, you can insert multiple new rows into a target table using insert_table_rows, which accepts a structured JSON array containing all the necessary field values. When you need to clean up old assignments or remove records entirely, you'll use delete_table_rows to permanently remove one or more rows based on matching column criteria; remember this action is irreversible.

Essentially, your agent treats the database like a set of functions: it runs list_tables for schema inspection, uses query_table_rows and get_table_row for reading data, relies on match_vectors and call_postgres_function for specialized operations, and finally manages data state using insert_table_rows, delete_table_rows, and the foundational database tools.

Built · Hosted · Managed by Vinkius Supabase Vector MCP Server - pgvector Database Search Server ID 019d760f-0e02-72a1-9547-dc9e035742dd
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About Supabase Vector MCP

How do I perform a semantic vector search using match_vectors? +

You invoke match_vectors and provide two things: the specific RPC function name and your embedding array. The agent executes this via Postgres RPC, finding contextually similar records instantly.

Is calling_postgres_function safe for my database? +

It's powerful because it allows running any custom PL/pgSQL function, which handles complex logic. Since the tool requires defining and wrapping these functions beforehand, you control the risk by knowing exactly what code is being executed.

What if I need to read only one record? +

Use get_table_row. You specify a table name and must provide a value for a column that uniquely identifies the row you want to retrieve. It’s faster than running a general query.

Can I list all available tables with Supabase Vector? +

Yes, use list_tables. This tool queries your entire project and gives your agent an inventory of every table name it can interact with. It's the first step for any exploration.

Is running `query_table_rows` safe regarding row-level security? +

Yes, your AI client bypasses standard row-level security by using the service_role key. This allows it to operate with administrator permissions on the database structure itself.

What is the risk of using `delete_table_rows`? +

The deletion action is irreversible. You must verify the column value and the target table before running this tool, as any data removed cannot be recovered through the client.

How do I optimize performance when querying with `query_table_rows`? +

To improve speed, always specify the exact columns you need in the select statement and use limit parameters. Don't ask for every single field if you only require two or three.

What format must my data be in when using `insert_table_rows`? +

You must provide a JSON array of row objects. The structure needs to match the column schema of your target table exactly for the tool to execute successfully.

Are embedding arrays processed efficiently during intensive vector similarity matching? +

The integration specifically manages large semantic arrays seamlessly by calling lightweight Postgres RPC configurations locally natively internally securely.

How is risk managed securely when manipulating and clearing root analytical vectors? +

Executing delete_table_rows operates systematically relying inherently on exactly structured string conditions implicitly naturally precisely eliminating ambiguity securely effectively actively strictly smoothly securely precisely correctly reliably locally dynamically successfully effortlessly intelligently gracefully elegantly safely accurately directly comprehensively natively.

Which distance metrics does the vector search support? +

pgvector supports cosine similarity, inner product, and L2 (Euclidean) distance. The metric used depends on how your RPC function and index are configured in PostgreSQL — the AI passes arguments accordingly.

Built & Managed by Vinkius 30s setup 7 tools

We've already built the connector for Supabase Vector. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 7 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.