T

supavec-mcp-server

...
Created 3/4/2025bytaishikato

Categories

mcptypescript

Language:

TypeScript

Stars:

4

Forks:

2

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": ""
            }
        }
    }
}

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.

Last updated: 3/15/2025

Publisher info

taishikato's avatar

floating the world ex @yahoojapan

Tokyo / Vancouver / Chiang Mai
129
followers
28
following
121
repos

More MCP servers built with TypeScript

n8n_MCP_server_complete

Complete MCP server for n8n workflow management in Cursor

By dopehunter6
mcp-server-serper

Serper MCP Server supporting search and webpage scraping

By marcopesani10