Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Qdrant MCP Server logo
MCP server

Qdrant MCP Server

Store and retrieve notes in Qdrant as a semantic memory layer for an agent.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx mcp-server-qdrant
mcpServers
{
  "mcpServers": {
    "qdrant-mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-qdrant"
      ]
    }
  }
}
Transport
both
Runtime
Python
Auth
Not required
Tools
2
License
Apache-2.0
Tools
qdrant-storeqdrant-find

This reference server from the Qdrant team offers exactly two tools, store and find, and is meant as a semantic memory rather than a full database client. Text handed to the store tool is embedded and written to a collection with optional metadata; find returns the closest matches to a natural-language question. Both tool descriptions can be rewritten through environment variables, which is how you tell the model what a given collection is for. It talks to a local instance or to Qdrant Cloud, where an API key is added.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?