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
by taishikato
Project Details
- taishikato/supavec-mcp-server
- MIT License
- Last Updated: 3/20/2025
Recomended MCP Servers
Dust Agent Integration Server
A TypeScript MCP server bridging Dust.tt agents with external tools via JSON-RPC, SSE, and secure API integration. Implements...
🧩
Arthur Musa Portfolio
Substack Reader
Prologue
🧩
Solana Agent Kit Server
🧩
Movie Information Server
🧩
Context Bank MCP
Windsurf Supabase Server
ClickHouse MCP Server
DNDzgz Zaragoza Transit Server
A MCP Server to know about Zaragoza tram system in realtime
Documentation Crawler Service
一个基于MCP协议的开发文档服务器,专为各类开发框架文档设计
GitHub Integration Server
GitHub's official MCP Server





