$ timeahead.in
/ servers/pypi/mcp-server-qdrant
pypi

mcp-server-qdrant

An official Qdrant Model Context Protocol (MCP) server implementation

1k stars689k/wkupdated 0d agogithub ↗
91excellent
▣ Overview

What it does

Mcp-server-qdrant is the official Model Context Protocol server for Qdrant, a vector search engine. It exposes two tools: qdrant-store persists information (with optional metadata) to a Qdrant collection, while qdrant-find retrieves semantically relevant results via vector search. Unlike keyword-based retrieval, the server embeds text into high-dimensional vectors, enabling meaning-aware lookups. It supports both local file-based Qdrant databases and remote Qdrant servers, functioning as a semantic memory layer for LLM applications.

Who it's for

Developers building LLM applications that require persistent, searchable semantic memory. This includes AI agents tracking conversation history, question-answering systems grounded in document collections, and multi-turn workflows where semantic relevance outweighs exact text matching.

Common use cases

  • Store and recall user context across sessions, allowing an LLM agent to retrieve prior conversations by semantic similarity
  • Build a knowledge base that Claude queries during reasoning, filtering results by semantic relevance rather than keyword overlap
  • Index conversation or audit logs semantically, enabling retrieval by conversational intent rather than exact phrasing

Setup pitfalls

  • Cannot specify both QDRANT_URL and QDRANT_LOCAL_PATH; configure one or the other
  • Embedding models download automatically on first startup; ensure network access and disk space for the default sentence-transformers/all-MiniLM-L6-v2 model
  • COLLECTION_NAME environment variable is required unless overridden per request; misconfiguration fails silently
  • Remote Qdrant servers with authentication enabled require QDRANT_API_KEY
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
92
18.3
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
91.3
⚿ Capabilities & Risk Explainer
secrets
◆ Risk level: low
secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-qdrant-1": {
      "command": "uvx",
      "args": [
        "mcp-server-qdrant"
      ]
    }
  }
}
📈 Score historylast 27 snapshots
5/10/20266/6/2026 · 27 snapshots
⚙ Maintenance health
43/ 100 · is this project alive?
contributors (1y)7
top contributor share25%
releases (1y)2
last release177d ago
ci✗ none
⛁ Raw data
weekly downloads689k
github stars1k
forks273
open issues52
license✓ present
readme length21915 chars
last publish1d ago
last commit0d ago
last updated6h ago
install verified✓ pass · 19d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points