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
Elasticsearch MCP server with available features including mappings management, search and indexing, and index management etc.
MCP integration for Google Calendar to manage events.
A Model Context Protocl (MCP) server for Laravel 12 Documentation
An MCP server that powers AI agents with indexed blockchain data from The Graph.
MCP tool that allows you to interact with MySQL databases
An MCP server for Raindrop.io
MCP Server for running Bruno Collections
Image generation assistant, please imagine and describe a complete picture in detail based on my simple description. Then...
A collection tools to analyze stock tickers for the Model Context Protocol.
playwright/mcpをsseで外部から触るためのやつ





