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
Project Details
- taishikato/supavec-mcp-server
- MIT License
- Last Updated: 3/20/2025
Recomended MCP Servers
Node.js Model Context Protocol (MCP) server providing secure, relative filesystem access for AI agents like Cline/Claude.
An MCP server for tracking and managing cryptocurrency portfolio allocations.
🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
This read-only MCP Server allows you to connect to SAP ERP data from Claude Desktop through CData JDBC...
Config files for my GitHub profile.
An MCP server serving as a structured knowledge base of crypto whitepapers.
A programming framework for agentic AI 🤖 PyPi: autogen-agentchat Discord: https://aka.ms/autogen-discord Office Hour: https://aka.ms/autogen-officehour
Model Context Protocol server for OpenStreetMap data
A lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
Patchright (Playwright patch) MCP server for lightweight models





