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:
npm run install && npm run build
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:
{
"mcpServers": {
"supavec": {
"command": "node",
"args": ["path/to/supavec/mcp/build/index.js"],
"env": {
"SUPAVEC_API_KEY": "<your api key>"
}
}
}
}
Standalone or for other projects
SUPAVEC_API_KEY=your_api_key && node build/index.js
License
Supavec MCP Server is licensed under the MIT License.
Supavec Server
Project Details
- supavec/mcp-server
- MIT License
- Last Updated: 3/20/2025
Recomended MCP Servers
An MCP server exploration
An MCP Server to enable global access to Rememberizer
An MCP server for processing images using Florence-2
A simple Model Context Protocol server for Perplexity's web search with sonar or sonar-pro
MCP server to analyze your genetic test results from WeGene
BMR Suspension
A Model Context Protocol (MCP) server for PayPal API integration with backdated commits
Simple CLI MCP Client Implementation Using LangChain ReAct Agent / Python
This read-only MCP Server allows you to connect to Azure Analysis Services data from Claude Desktop through CData...





