Vinkius
Supabase Vector logo
Vinkius
Vinkius runs on Google ADK

How to Use the Supabase Vector MCP in Google ADK

Execute enterprise vector searches and data pipelines with Google ADK.

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
MCP Servers — Included with Plan
Vinkius runs on Google ADK

Connect Supabase Vector MCP to Google ADK

Create your Vinkius account to connect Supabase Vector to Google ADK — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Perform scalable semantic search via `match_vectors`

Your agent calls the `match_vectors` tool, executing a high-performance similarity search across Supabase Vector. This function is designed for large-scale data sets, helping you find relevance beyond simple keyword matches. It requires an embedding array and specific RPC details, making it perfect for integrating into BigQuery-backed enterprise pipelines.

Execute custom database logic with `call_postgres_function`

Need complex business logic? Use `call_postgres_function` to trigger a dedicated Postgres RPC. This lets you run stored procedures that combine vector results with relational data, all through the Google ADK. It keeps your core database operations centralized and callable by your Gemini-powered agents.

Query specific records using `query_table_rows`

The agent can read data from a target table using `query_table_rows`. You just need to specify the table name and whether you want limits or selected columns. This straightforward mechanism is excellent for validation steps, confirming that the results of your vector search are what you expected.

Setup guide

Set up Supabase Vector MCP in Google ADK

Prerequisites

  • Python 3.10+ installed
  • google-adk package (pip install google-adk)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install Google ADK

    Run pip install google-adk to install the Agent Development Kit. MCP support is included via the McpToolset class.

  2. 2

    Connect via SSE transport

    Use McpToolset.from_server() with SseServerParams pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create an LlmAgent

    Pass the returned mcp_tools list directly to LlmAgent(tools=mcp_tools). The ADK maps each MCP tool to a native Gemini function call — no manual schema definitions required.

  4. 4

    Run with any Gemini model

    The agent works with any Gemini model (gemini-2.0-flash, gemini-2.5-pro, etc.). Copy the full example on the right to get started with Supabase Vector tools in your ADK agent.

agent.py
from google.adk.agents import LlmAgent
from google.adk.tools.mcp_tool.mcp_toolset import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import SseServerParams

# Connect to the MCP via SSE
mcp_tools, exit_stack = await McpToolset.from_server(
    connection_params=SseServerParams(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    )
)

# Create your agent with auto-discovered tools
agent = LlmAgent(
    name="Supabase Vector_agent",
    model="gemini-2.0-flash",
    instruction="You have access to Supabase Vector tools via MCP.",
    tools=mcp_tools,
)

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.

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 Google ADK

Use `match_vectors` via the MCP toolset. You pass in your embedding array, and the agent runs the RPC function on the backend. It's built for enterprise scale.
You can use `insert_table_rows` for bulk writes or `get_table_row` for single-record lookups. The agent handles these CRUD operations, ensuring your pipeline stays clean.
The MCP toolset exposes the full range of tools—from `list_tables` to vector search—directly to your Gemini-powered agents. It acts as a single, managed data source.
Yes, the agent can invoke `delete_table_rows`. Just be aware this is irreversible; use it only when your BigQuery integration confirms the need to remove data permanently.
Yes. You can query or manipulate multiple schemas using various tools, giving your agents visibility across the entire Supabase project structure.

Start using the Supabase Vector MCP today

We host it, we monitor it, we maintain it. You just paste one token.

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.