Skip to main content
Glama
supavec

Supavec MCP Server

by supavec

Supavec MCP サーバー

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

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

ツール

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

Related MCP server: Supabase MCP Server

使用法

構築する

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

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
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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