supavec_mcp-server

supavec_mcp-server

3.5

An official implementation of an MCP server for Supavec.

The Supavec MCP Server is a robust implementation of the Model Context Protocol (MCP) designed to fetch relevant content and embeddings from Supavec. This server facilitates seamless integration with various platforms, allowing users to leverage Supavec's capabilities in their applications. By utilizing the MCP framework, the server ensures efficient communication and data retrieval, making it an essential tool for developers looking to enhance their applications with Supavec's data services.

Features

  • Fetch relevant content and embeddings from Supavec.
  • Seamless integration with various platforms.
  • Efficient communication using the Model Context Protocol.
  • Supports standalone usage or integration with other projects.
  • Licensed under the MIT License for open-source collaboration.

MCP Tools

  • fetch-embeddings: Fetch relevant embeddings and content from Supavec.

Usage with Different Platforms

Claude for Desktop


{
    "mcpServers": {
        "supavec": {
            "command": "node",
            "args": ["path/to/supavec/mcp/build/index.js"],
            "env": {
                "SUPAVEC_API_KEY": "<your api key>"
            }
        }
    }
}

Standalone or for other projects

bash
SUPAVEC_API_KEY=your_api_key && node build/index.js