The Supavec MCP Server enables AI assistants to fetch relevant content and embeddings from Supavec files. With this server, you can:
- Search and Retrieve Content: Query specific file IDs to fetch relevant embeddings and content
- AI Tool Integration: Seamlessly work with AI tools like Cursor, Claude, and VS Code Copilot via Model Context Protocol (MCP)
- Flexible Authentication: Authenticate using either command-line arguments or environment variables
- Easy Setup: Install quickly via npx or global npm commands
The server supports the fetch-embeddings
operation, allowing AI assistants to retrieve context-specific information from your Supavec files.
Supavec MCP Server
Fetch relevant content from Supavec.
An official implementation of an MCP (Model Context Protocol) server for Supavec.
Tools
fetch-embeddings
: Fetch relevant embeddings and content from Supavec
Usage
Build it
Always install dependencies and build it first:
Get your Supavec API key
Sign up at Supavec and get your API key.
With Claude for Desktop
Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json
:
Standalone or for other projects
License
Supavec MCP Server
is licensed under the MIT License.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables fetching relevant content and embeddings from Supavec via the Model Context Protocol, allowing AI assistants like Claude to access vector search capabilities.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables querying feature suggestions from a Supabase database, allowing AI tools like Cursor and Claude to access and display feature request data.Last updated -TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.Last updated -TypeScriptMIT License
Superface MCP Serverofficial
-security-license-qualityProvides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.Last updated -3JavaScriptMIT License- -securityAlicense-qualityA Model Context Protocol server that enables AI tools to interact with Supabase databases, providing tools for reading, creating, updating, and deleting records in Supabase tables.Last updated -PythonMIT License