Qdrant 检索 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