Skip to main content
Glama

Supavec MCP Server

by supavec

Servidor MCP de Supavec

Obtenga contenido relevante de Supavec.

Una implementación oficial de un servidor MCP (Protocolo de contexto de modelo) para Supavec .

Herramientas

  • fetch-embeddings : recupera incrustaciones y contenido relevantes de Supavec

Uso

Construirlo

Siempre instale las dependencias y compílelas primero:

npm run install && npm run build

Obtenga su clave API de Supavec

Regístrate en Supavec y obtén tu clave API.

Con Claude para escritorio

Agregue lo siguiente a su ~/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>" } } } }

Independiente o para otros proyectos

SUPAVEC_API_KEY=your_api_key && node build/index.js

Licencia

Supavec MCP Server tiene licencia MIT .

Install Server

You must to connect to the server.

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.

Permite obtener contenido relevante e incrustaciones de Supavec a través del Protocolo de contexto de modelo, lo que permite que los asistentes de IA como Claude accedan a las capacidades de búsqueda de vectores.

  1. Herramientas
    1. Uso
      1. Construirlo
      2. Obtenga su clave API de Supavec
      3. Con Claude para escritorio
      4. Independiente o para otros proyectos
    2. Licencia

      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

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/supavec/mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server