How to Use the Supabase Vector MCP in Claude Code
Execute Supabase Vector searches and database management from the terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Supabase Vector MCP to Claude Code
Create your Vinkius account to connect Supabase Vector to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Perform Semantic Searches via MCP Server
Need to find related data? Use `match_vectors` to run vector similarity search via Postgres RPC. You pass the required function name and your embedding array, and it outputs the top K matching records. This is perfect for CI/CD pipelines or cron jobs because you just pipe the output directly into other scripts. The MCP Server handles all the heavy lifting.
Manage Table Data in Claude Code
Getting data from a specific table? Use `query_table_rows`, giving it the table name and any select/limit parameters you need. It returns clean, actionable JSON output that your shell script can parse. Want to write new records? `insert_table_rows` accepts a JSON array of row objects, letting you push batches of data from your terminal commands.
Audit and Structure Data with Claude Code
Before making changes, list everything. Run `list_tables` to get an immediate manifest of all tables in the Supabase project. Know your scope first. If you need a single record for verification, use `get_table_row`, passing the table name and column value. It's fast and keeps your shell scripting tight.
Set up Supabase Vector MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seesupabase-vector-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Supabase Vector transactions." It will automatically discover and invoke the available Supabase Vector tools.
claude mcp add --transport http supabase-vector-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Supabase Vector MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Supabase Vector MCP today
We host it, we monitor it, we maintain it. You just paste one token.