
Supavec
STDIOMCP server for fetching relevant content from Supavec
MCP server for fetching relevant content from Supavec
Fetch relevant content from Supavec.
An official implementation of an MCP (Model Context Protocol) server for Supavec.
fetch-embeddings
: Fetch relevant embeddings and content from SupavecAlways install dependencies and build it first:
npm run install && npm run build
Sign up at Supavec and get your API key.
Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json
:
{ "mcpServers": { "supavec": { "command": "node", "args": ["path/to/supavec/mcp/build/index.js"], "env": { "SUPAVEC_API_KEY": "<your api key>" } } } }
SUPAVEC_API_KEY=your_api_key && node build/index.js
Supavec MCP Server
is licensed under the MIT License.