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
Related MCP server: Supabase MCP Server
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.