Skip to main content
Glama

Supavec MCP Server

by supavec

수파벡 MCP 서버

Supavec에서 관련 콘텐츠를 가져옵니다.

Supavec을 위한 MCP(Model Context Protocol) 서버의 공식 구현입니다.

도구

  • fetch-embeddings : Supavec에서 관련 임베딩 및 콘텐츠를 가져옵니다.

용법

그것을 만들어라

항상 종속성을 설치하고 먼저 빌드하세요.

지엑스피1

Supavec API 키를 받으세요

Supavec 에 가입하고 API 키를 받으세요.

데스크톱용 Claude와 함께

~/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>" } } } }

독립형 또는 다른 프로젝트용

SUPAVEC_API_KEY=your_api_key && node build/index.js

특허

Supavec MCP Server MIT 라이선스에 따라 라이선스가 부여되었습니다.

Install 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.

모델 컨텍스트 프로토콜을 통해 Supavec에서 관련 콘텐츠와 임베딩을 가져올 수 있으므로 Claude와 같은 AI 도우미가 벡터 검색 기능에 액세스할 수 있습니다.

  1. 도구
    1. 용법
      1. 그것을 만들어라
      2. Supavec API 키를 받으세요
      3. 데스크톱용 Claude와 함께
      4. 독립형 또는 다른 프로젝트용
    2. 특허

      Related MCP Servers

      • -
        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
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.
        Last updated -
        574
        3
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Provides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.
        Last updated -
        6
        4
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI tools to interact with Supabase databases, providing tools for reading, creating, updating, and deleting records in Supabase tables.
        Last updated -
        Python
        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