Overview
Features
qdrant-store tool
Stores information (string) with optional JSON metadata into a specified Qdrant collection and returns a confirmation message.
qdrant-find tool
Retrieves relevant information from Qdrant using a query and a collection, returning results as separate messages.
Semantic memory layer on top of Qdrant
Provides memory storage and retrieval capabilities, acting as a semantic memory layer for memories stored in Qdrant.
Automatic collection creation
Automatically creates the specified collection in Qdrant if it does not already exist.
Embedding model configuration
Configurable embedding provider (default fastembed) and embedding model (default sentence-transformers/all-MiniLM-L6-v2); currently supports only FastEmbed models.
Transport protocol support
Supports stdio (default), SSE, and streamable-http transports for MCP communication.
Environment-based configuration
Configured via environment variables (e.g., QDRANT_URL, QDRANT_LOCAL_PATH, COLLECTION_NAME, EMBEDDING_MODEL); CLI arguments are deprecated.
FastMCP tooling and inspector
Based on FastMCP with developer tooling, including an MCP inspector for testing and debugging MCP servers.
Who Is This For?
- LLM developers:Expose semantic memories to LLM apps via MCP using Qdrant.
- Code teams:Enable semantic code search integration with MCP and Qdrant for code snippets.
- Integration teams:Set up memory-backed data sources for multi-LLM workflows across services.




