#30 · Primary category: Vector Databases
mcp-server-qdrant
An official Qdrant Model Context Protocol (MCP) server implementation
Project last updated:08/14/26
GitHub Stars
1.5K
Forks
300
Contributors
12
License
Apache-2.0
Why we included this project
Qdrant's official MCP server turns the vector database into a semantic memory layer for LLM tools. Two tools handle the work: one stores information with optional metadata, the other finds relevant pieces back through vector similarity, so a chat client or coding agent can recall past context without you building a retrieval pipeline from scratch. Because it speaks the Model Context Protocol, it connects directly to MCP clients like Claude Desktop and Cursor over stdio, SSE, or streamable HTTP. Configuration runs mostly through environment variables, with a Qdrant URL or a local path for storage plus an embedding model and a default collection name. Teams already running Qdrant get a maintained, vendor-supported way to hand their assistants semantic memory instead of owning a custom connector.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI