Qdrant MCP
by Qdrant
Semantic memory layer for AI agents with vector search via Qdrant
database Python Beginner Self-hostable No API key Docker Verified
β 1.2k stars π
Updated: 1mo ago
Description
Official Qdrant MCP server that functions as a semantic memory layer for AI agents. Provides a deliberately simple two-tool interface for storing information with metadata and performing semantic searches across stored knowledge. Designed to give LLMs persistent memory that survives across conversations by persisting data in Qdrant's vector database. Supports both Qdrant Cloud for managed hosting and local Qdrant instances for self-hosted deployments. The minimalist design philosophy keeps the interface clean and predictable, making it easy for AI models to use effectively.
β Best for
AI developers who want a simple, reliable semantic memory layer with minimal configuration
βοΈ Skip if
You need full vector database management capabilities like collection creation or batch operations
π‘ Use cases
- Giving AI assistants persistent semantic memory across multiple conversations
- Building knowledge bases that AI can search by meaning rather than exact keywords
- Storing and retrieving project context, notes, or decisions for development workflows
- Creating personal AI memory systems that remember user preferences and history
π Pros
- β Official Qdrant project with active maintenance and community support
- β Intentionally simple two-tool interface β easy for any LLM to use correctly
- β Works with both Qdrant Cloud (managed) and local instances (self-hosted)
- β Docker support for quick local Qdrant setup
π Cons
- β Only two tools β no advanced collection management or batch operations
- β Requires a running Qdrant instance (cloud or local) as a dependency
- β No built-in embedding configuration β relies on server-side defaults
π§ Exposed tools (2 tools)
| Tool | Category | Description |
|---|---|---|
| qdrant_find | search | Perform semantic search across stored information |
| qdrant_store | storage | Store information with metadata in Qdrant for semantic retrieval |
β‘ Installation
Prerequisites:
- β’ python v3.10+
- β’ Qdrant Cloud API key optional (for cloud-hosted instances)
Check Claude Code documentation to configure this MCP server.
π‘ Tips & tricks
For the quickest start, use Qdrant Cloud's free tier β no local setup needed. For local development, run Qdrant via Docker: docker run -p 6333:6333 qdrant/qdrant. The qdrant_store tool accepts metadata alongside the text, so include context like timestamps or categories to improve retrieval quality.
π Alternatives
Quick info
- Author
- Qdrant
- License
- Apache-2.0
- Runtime
- Python 3.10+
- Transport
- stdio
- Category
- database
- Difficulty
- Beginner
- Self-hostable
- β
- Auth
- β
- Docker
- π³ Docker available
- Version
- latest
- Updated
- Feb 28, 2026
Client compatibility
- β Claude Code
- β Cursor
- β VS Code Copilot
- β Gemini CLI
- β Windsurf
- β Cline
- β JetBrains AI
- β Warp
Platforms
π macOS π§ Linux πͺ Windows