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
A Model Context Protocol (MCP) server that connects Claude to Anki. This integration allows you to create and...
nUR_MCP_SERVER is an intelligent industrial collaborative robot control middleware system built based on the MCP (Model Control Protocol)...
π€ smolagents: a barebones library for agents. Agents write python code to call tools and orchestrate other agents.
A Python-based MCP for use in exposing Notion functionality to LLMs (Claude)
ππ MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Talk to your cloud data using CloudZero API and Model Context Protocol (MCP) server for LLM tool calling
The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's...
Servidor MCP para integraΓ§Γ£o com a API TESS, permitindo utilizar agentes TESS via protocolo MCP
Unified Cognitive Processing Framework - MCP server for Cline and more
π Time MCP Server: Giving LLMs Time Awareness Capabilities





