Qdrant Retrieve
Semantic search using the Qdrant vector database.
Qdrant Retrieve MCP Server
MCP server for semantic search with Qdrant vector database.
Features
- Semantic search across multiple collections
- Multi-query support
- Configurable result count
- Collection source tracking
Note: The server connects to a Qdrant instance specified by URL.
Note 2: The first retrieve might be slower, as the MCP server downloads the required embedding model.
API
Tools
- qdrant_retrieve
- Retrieves semantically similar documents from multiple Qdrant vector store collections based on multiple queries
- Inputs:
collectionNames(string[]): Names of the Qdrant collections to search acrosstopK(number): Number of top similar documents to retrieve (default: 3)query(string[]): Array of query texts to search for
- Returns:
results: Array of retrieved documents with:query: The query that produced this resultcollectionName: Collection name that this result came fromtext: Document text contentscore: Similarity score between 0 and 1
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": ["-y", "@gergelyszerovay/mcp-server-qdrant-retrive"],
"env": {
"QDRANT_API_KEY": "your_api_key_here"
}
}
}
}
Command Line Options
MCP server for semantic search with Qdrant vector database.
Options
--enableHttpTransport Enable HTTP transport [default: false]
--enableStdioTransport Enable stdio transport [default: true]
--enableRestServer Enable REST API server [default: false]
--mcpHttpPort=<port> Port for MCP HTTP server [default: 3001]
--restHttpPort=<port> Port for REST HTTP server [default: 3002]
--qdrantUrl=<url> URL for Qdrant vector database [default: http://localhost:6333]
--embeddingModelType=<type> Type of embedding model to use [default: Xenova/all-MiniLM-L6-v2]
--help Show this help message
Environment Variables
QDRANT_API_KEY API key for authenticated Qdrant instances (optional)
Examples
$ mcp-qdrant --enableHttpTransport
$ mcp-qdrant --mcpHttpPort=3005 --restHttpPort=3006
$ mcp-qdrant --qdrantUrl=http://qdrant.example.com:6333
$ mcp-qdrant --embeddingModelType=Xenova/all-MiniLM-L6-v2
เซิร์ฟเวอร์ที่เกี่ยวข้อง
PortOne Global MCP Server
Search and read PortOne documentation, including API schemas and product guides.
Mapbox
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Google Research
Perform advanced web research using Google Search, with intelligent content extraction and multi-source synthesis.
Tavily MCP Server
Web search using the Tavily API.
Jewish Library MCP Server
A full-text search server for Jewish texts and literature.
招投标大数据服务
Query comprehensive enterprise information from e-commerce platforms, including store details, sales data, and product statistics.
Adzuna Job Search MCP
MCP server for Adzuna Job Search API - search jobs, analyze salaries, and research employers across 12 countries
Powertools for AWS MCP
Search the Powertools for AWS Lambda documentation across multiple runtimes to find documentation and examples.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
Brave Search
An MCP server for the Brave Search API, providing both web and local search capabilities.