より優れたQdrant MCPサーバー
Qdrantベクターデータベースの機能を強化するモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、Qdrantコレクションの管理、ドキュメントの追加、セマンティック検索の実行のためのツールを提供します。
特徴
- コレクションの一覧: 利用可能なすべてのQdrantコレクションを表示
- ドキュメントの追加: さまざまな埋め込みサービスを使用して、ドキュメントを処理して Qdrant コレクションに追加します。
- 検索:ベクターデータベース全体でセマンティック検索を実行します
- コレクションの削除: Qdrantデータベースからコレクションを削除します
インストール
または、npx で直接使用します。
構成
サーバーは設定に環境変数を使用します。これらはプロジェクトルートの.env
ファイルで設定できます。
サポートされている埋め込みサービス
- OpenAI : APIキーが必要です
- OpenRouter : APIキーが必要です
- Ollama : ローカル埋め込みモデル (デフォルトのエンドポイント: http://localhost:11434 )
- FastEmbed : ローカル埋め込みモデル
クロードとの使用
この MCP サーバーを Claude で使用するには、MCP 設定構成ファイルに追加します。
コマンド例
リストコレクション
ドキュメントを追加
検索
コレクションを削除
要件
- Node.js >= 18.0.0
- 実行中のQdrantサーバー(ローカルまたはリモート)
- 使用したい埋め込みサービスのAPIキー
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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.
Qdrant ベクター データベース コレクションを管理し、さまざまな埋め込みサービスを使用してドキュメントを処理および埋め込み、ベクター埋め込み全体でセマンティック検索を実行するツールを提供することで、セマンティック検索機能を有効にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.Last updated -1474JavaScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol server providing vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.Last updated -17PythonMIT License
- -securityFlicense-qualityEnables efficient vector database operations for embedding storage and similarity search through a Model Context Protocol interface.Last updated -3Python
- -securityFlicense-qualityA Machine Control Protocol (MCP) server that enables storing and retrieving information from a Qdrant vector database with semantic search capabilities.Last updated -