Q

MCP Entry

Qdrant MCP Server

Official Qdrant MCP server implementation that gives AI agents a semantic memory layer backed by Qdrant vector search. It exposes MCP tools for storing information and retrieving relevant context, so assistants can persist and recall facts across sessions instead of relying only on short chat history.

Category Database
Install uvx / pip
Runtime Python
vector-databasememoryretrieval

Use cases

  • Persisting long-lived user preferences for an AI assistant
  • Adding semantic recall to multi-step agent workflows
  • Building retrieval memory for customer support copilots
  • Reusing project context across separate coding sessions
  • Grounding responses with previously stored internal notes

Key features

  • Claude Desktop
  • Cursor
  • Codex

Frequently Asked Questions

Is this an official Qdrant MCP server?
Yes. Qdrant publishes an official repository and documentation for mcp-server-qdrant.
What are the core MCP operations?
The server provides store and find style operations so agents can write memory and retrieve semantically relevant entries.
Do I need a running Qdrant instance?
Yes. You connect the MCP server to either Qdrant Cloud or a self-hosted/local Qdrant deployment.

Related

Related

3 Indexed items