Skip to main content
Glama

Supavec MCP Server

by supavec

Supavec MCP サーバー

Supavec から関連コンテンツを取得します。

Supavec用のMCP (モデルコンテキストプロトコル)サーバーの公式実装。

ツール

  • fetch-embeddings : Supavec から関連する埋め込みとコンテンツを取得します

使用法

構築する

常に依存関係をインストールして最初にビルドします。

npm run install && npm run build

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 -
        790
        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 -
        4
        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