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 ライセンスに基づいてライセンスされます。
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 アシスタントがベクトル検索機能にアクセスできるようにします。
Related Resources
Related MCP Servers
- -security-license-qualityA 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 -
- -security-license-qualityA 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 -1,3473MIT License
Superface MCP Serverofficial
-security-license-qualityProvides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.Last updated -44MIT License- -security-license-qualityA 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 -MIT License