A favicon of Supavec

Supavec

Fetch relevant content and embeddings from Supavec to enhance your applications. Integrate seamlessly with Claude for Desktop or run it standalone to access powerful data retrieval capabilities. Simplify your workflow by leveraging the Supavec API for enriched content generation.

Supavec MCP Server

Fetch relevant content from Supavec.

An official implementation of an MCP (Model Context Protocol) server for Supavec.

Supavec Server MCP server

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.

Related topics:
Share:
Details:
  • Stars


    4
  • Forks


    2
  • Last commit


    2 months ago
  • Repository age


    2 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Supavec:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit