Qdrant MCP Server
Empower your FlowHunt AI agents with Qdrant MCP Server — a robust semantic memory and retrieval solution for contextual conversations and advanced knowledge searches.

What does “Qdrant” MCP Server do?
The Qdrant MCP Server is an official implementation of the Model Context Protocol (MCP) for the Qdrant vector search engine. Acting as a semantic memory layer, it allows AI assistants and LLM-powered applications to store and retrieve information within the Qdrant database. By exposing standardized MCP endpoints, the server enables seamless integration with external data sources, thus enhancing AI development workflows. Developers can leverage it to run vector-based queries, manage collections, and handle semantic memory for AI agents, making it ideal for tasks like knowledge retrieval, contextual memory storage, and advanced search operations in their applications.
List of Prompts
No information about prompt templates is provided in the repository or documentation.
List of Resources
No explicit resources are documented or listed in the repository or documentation.
List of Tools
- qdrant-store
- Stores information in the Qdrant database. Accepts a string of information, optional metadata, and a collection name. Returns a confirmation message.
- qdrant-find
- Retrieves relevant information from the Qdrant database using a search query and a collection name. Returns stored information as separate messages.
Use Cases of this MCP Server
- Semantic Memory for AI Agents: Store contextual data and retrieve it as needed, enabling AI agents to remember past interactions and use them for more informed responses.
- Knowledge Base Search: Allow developers to build knowledge retrieval systems where users can search for relevant documentation, support content, or FAQs using semantic queries.
- Personalized Recommendations: Use stored user interaction data to generate recommendations or insights based on semantic similarity.
- Contextual Chatbots: Enhance chatbots by giving them access to a semantic memory layer, letting them reference past conversations or related information dynamically.
How to set it up
Windsurf
- Ensure you have the prerequisites installed (e.g., Node.js).
- Locate your Windsurf configuration file.
- Add the Qdrant MCP Server configuration in the
mcpServers
object:{ "mcpServers": { "qdrant-mcp": { "command": "qdrant-mcp-server", "args": [] } } }
- Save the configuration and restart Windsurf.
- Verify the setup by checking for successful connection to the MCP server.
Claude
- Install prerequisites as specified by Claude’s documentation.
- Edit the Claude configuration file.
- Add Qdrant MCP Server settings to the
mcpServers
section:{ "mcpServers": { "qdrant-mcp": { "command": "qdrant-mcp-server", "args": [] } } }
- Save changes and restart Claude.
- Confirm the configuration by testing an MCP operation.
Cursor
- Confirm all required dependencies are installed.
- Open the Cursor configuration.
- Insert the following snippet to register the Qdrant MCP Server:
{ "mcpServers": { "qdrant-mcp": { "command": "qdrant-mcp-server", "args": [] } } }
- Save and restart Cursor.
- Check server logs for a successful connection.
Cline
- Set up prerequisites as per Cline’s requirements.
- Find and open the relevant configuration file.
- Add the MCP server to your configuration:
{ "mcpServers": { "qdrant-mcp": { "command": "qdrant-mcp-server", "args": [] } } }
- Save and restart Cline.
- Test the connection and functionality.
Securing API Keys using Environment Variables
Set required environment variables to secure your API keys. Example JSON configuration:
{
"mcpServers": {
"qdrant-mcp": {
"command": "qdrant-mcp-server",
"args": [],
"env": {
"QDRANT_URL": "https://your-qdrant-server.example",
"QDRANT_API_KEY": "your_qdrant_api_key"
},
"inputs": {
"COLLECTION_NAME": "your_default_collection"
}
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"qdrant-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “qdrant-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Official Qdrant MCP server, semantic memory layer |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No resources explicitly documented |
List of Tools | ✅ | qdrant-store, qdrant-find |
Securing API Keys | ✅ | Via environment variables; documented in README |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available information, the Qdrant MCP Server is solid for its core functionality and setup clarity but lacks detailed prompt and resource documentation. It scores high for tool support and licensing, but more user guidance and advanced features would be beneficial.
MCP Score
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 97 |
Number of Stars | 695 |
MCP Table Score: 7/10
The Qdrant MCP Server provides clear core functionality, a proper license, and robust tool support. However, the absence of prompt/resource documentation and unclear advanced feature support prevents a higher score.
Frequently asked questions
- What is the Qdrant MCP Server?
The Qdrant MCP Server is an official implementation of the Model Context Protocol (MCP) for the Qdrant vector search engine. It provides a semantic memory layer, enabling AI assistants and applications to store, retrieve, and manage contextual information using vector-based search.
- What tools are available in the Qdrant MCP Server?
The Qdrant MCP Server offers two main tools: 'qdrant-store' for storing information with optional metadata in the Qdrant database, and 'qdrant-find' for retrieving relevant information using semantic queries.
- How do I set up the Qdrant MCP Server with FlowHunt?
Add the Qdrant MCP Server to your workflow by configuring it in your FlowHunt or client application settings. Provide the command and connection details as shown in the setup guides for Windsurf, Claude, Cursor, or Cline. Use environment variables to secure API keys and specify your Qdrant server URL.
- What are the main use cases for the Qdrant MCP Server?
Typical use cases include semantic memory for AI agents, building knowledge base search systems, delivering personalized recommendations, and empowering contextual chatbots with dynamic memory and retrieval.
- How does the Qdrant MCP Server enhance AI agent capabilities?
By acting as a semantic memory layer, the Qdrant MCP Server enables AI agents to remember past interactions, retrieve relevant contextual data, and provide more informed, coherent, and personalized responses.
Try Qdrant MCP Server with FlowHunt
Enhance your AI agents with semantic memory and vector search capabilities using Qdrant MCP Server. Seamlessly store, retrieve, and manage contextual knowledge within FlowHunt.