Qdrant Retrieve MCP サーバー
Qdrant ベクター データベースを使用したセマンティック検索用の MCP サーバー。
特徴
複数のコレクションにわたるセマンティック検索
マルチクエリのサポート
設定可能な結果数
収集元追跡
注: サーバーは URL で指定された Qdrant インスタンスに接続します。
注 2 : MCP サーバーが必要な埋め込みモデルをダウンロードするため、最初の取得は遅くなる可能性があります。
API
ツール
qdrant_retrieve
複数のクエリに基づいて、複数のQdrantベクトルストアコレクションから意味的に類似したドキュメントを取得します。
入力:
collectionNames
(string[]): 検索するQdrantコレクションの名前topK
(数値): 取得する上位類似文書の数 (デフォルト: 3)query
(string[]): 検索するクエリテキストの配列
戻り値:
results
: 次の条件を満たす取得されたドキュメントの配列:query
: この結果を生成したクエリcollectionName
: この結果の元となったコレクション名text
: 文書のテキストコンテンツscore
: 0から1までの類似度スコア
Claude Desktopでの使用
これをclaude_desktop_config.json
に追加します:
コマンドラインオプション
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-qualityProvides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, allowing users to add, search, list, and delete documentation with metadata support.Last updated -516Apache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that enables semantic search capabilities by providing tools to manage Qdrant vector database collections, process and embed documents using various embedding services, and perform semantic searches across vector embeddings.Last updated -416MIT License
- -securityFlicense-qualityThis server enables semantic search capabilities using Qdrant vector database and OpenAI embeddings, allowing users to query collections, list available collections, and view collection information.Last updated -5
- -securityAlicense-qualityEnables querying a hybrid system that combines Neo4j graph database and Qdrant vector database for powerful semantic and graph-based document retrieval through the Model Context Protocol.Last updated -44MIT License