Qdrant MCP
the six Ws · specification
Maintained officially by Qdrant.
It lets an agent store and semantically retrieve information as vectors in a Qdrant collection.
It runs locally as a Python server connecting to a local or cloud Qdrant instance.
An agent reaches for it when it needs a persistent semantic memory layer.
It provides drop-in vector storage and recall for agent memory.
Python, a Qdrant URL (and API key for cloud), and an embedding model.
Official vendor maintainer; read/write access is limited to the collection you configure, and it embeds text before storage. Outbound calls go to your Qdrant instance and chosen embedding provider.
alternatives
works with