Supavec MCP Server

by supavec

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.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables fetching relevant content and embeddings from Supavec via the Model Context Protocol, allowing AI assistants like Claude to access vector search capabilities.

  1. Tools
    1. Usage
      1. Build it
      2. Get your Supavec API key
      3. With Claude for Desktop
      4. Standalone or for other projects
    2. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables AI assistants to interact with Meilisearch via the Model Context Protocol, allowing comprehensive index, document, and search management through a standardized interface.
        Last updated -
        68
        4
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables querying feature suggestions from a Supabase database, allowing AI tools like Cursor and Claude to access and display feature request data.
        Last updated -
        TypeScript
      • A
        security
        A
        license
        A
        quality
        An interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.
        Last updated -
        10
        194
        3
        JavaScript
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.
        Last updated -
        3
        TypeScript
        MIT License

      View all related MCP servers

      ID: nkt7wcy8ez