Supavec MCP Server
Supavec MCP サーバー
Supavec から関連コンテンツを取得します。
Supavec用のMCP (モデルコンテキストプロトコル)サーバーの公式実装。
ツール
fetch-embeddings: Supavec から関連する埋め込みとコンテンツを取得します
Related MCP server: SourceSync.ai MCP Server
使用法
構築する
常に依存関係をインストールして最初にビルドします。
npm run install && npm run buildSupavec 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 ライセンスに基づいてライセンスされます。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables efficient vector database operations for embedding storage and similarity search through a Model Context Protocol interface.7
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.25191ISC
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.56
- Flicense-qualityDmaintenanceA simple Model Context Protocol server that enables searching and retrieving relevant documentation snippets from Langchain, Llama Index, and OpenAI official documentation.
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Your portable context layer — load it into any AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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