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

mcp-server-qdrant

An official Qdrant Model Context Protocol (MCP) server implementation

1k stars177k/wkupdated 10d agogithub ↗
91excellent
▣ Overview

What it does

The mcp-server-qdrant provides a semantic memory interface to Qdrant, a vector database designed for high-performance similarity search. It exposes two core tools — qdrant-store persists information with optional metadata into the vector database, and qdrant-find retrieves semantically relevant results through vector similarity search. The server automatically handles embedding generation via configurable embedding models and manages all communication with Qdrant instances, whether remote or local.

Who it's for

Developers building LLM applications that need persistent semantic memory or vector retrieval capabilities. Primary use cases span AI assistants requiring long-term context retention, retrieval-augmented generation (RAG) systems, and knowledge base applications.

Common use cases

  • Store and retrieve conversation histories via semantic search
  • Build RAG pipelines that fetch relevant documents for LLM context
  • Maintain multi-turn agent memory across sessions
  • Index and search application-specific knowledge bases

Setup pitfalls

  • Cannot use both QDRANT_URL (for a remote server) and QDRANT_LOCAL_PATH (for a local embedded database) at the same time — choose one approach
  • Remote Qdrant instances require QDRANT_API_KEY authentication; ensure the key is valid before deploying
  • Embedding model defaults to sentence-transformers/all-MiniLM-L6-v2 but may need customization for domain-specific or specialized vector representations
  • Read-only mode (QDRANT_READ_ONLY=true) disables the store tool entirely, limiting the server to retrieval only
▣ 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 45 snapshots
5/10/20267/6/2026 · 45 snapshots
⚙ Maintenance health
39/ 100 · is this project alive?
contributors (1y)6
top contributor share25%
releases (1y)1
last release207d ago
ci✗ none
⛁ Raw data
weekly downloads177k
github stars1k
forks276
open issues65
license✓ present
readme length21915 chars
last publish0d ago
last commit10d ago
last updated19h ago
install verified✓ pass · 50d 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