Qdrant MCP Server
Store and retrieve notes in Qdrant as a semantic memory layer for an agent.
Add it to your client
Officialuvx mcp-server-qdrant
{
"mcpServers": {
"qdrant-mcp": {
"command": "uvx",
"args": [
"mcp-server-qdrant"
]
}
}
}- Transport
- both
- Runtime
- Python
- Auth
- Not required
- Tools
- 2
- License
- Apache-2.0
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.
Similar MCP servers
W&B MCP Server
MCP serverQueries Weights & Biases runs and Weave traces in plain language.
Context7
MCP serverPulls current, version-matched library documentation into the model's context.
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Comments(0)
Sign in to comment