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

mcp-server-qdrant

An official Qdrant Model Context Protocol (MCP) server implementation

1k stars596k/wkupdated 1d agogithub ↗
91excellent
▣ Overview

What it does

An official MCP server for Qdrant, a vector search engine, that acts as a semantic memory layer for AI applications. It exposes two tools: qdrant-store to persist text with optional metadata into a vector collection, and qdrant-find to retrieve contextually similar information via semantic search. The server supports both local Qdrant instances (via QDRANT_LOCAL_PATH) and remote deployments (via QDRANT_URL and QDRANT_API_KEY). Text is embedded using FastEmbed and the default model sentence-transformers/all-MiniLM-L6-v2, configurable via environment variables.

Who it's for

Backend engineers and AI developers building Claude-powered applications that need long-term, semantically searchable memory. Typical users: teams building persistent AI agents, chat applications requiring context retrieval beyond a single conversation window, or knowledge systems where keyword search is insufficient.

Common use cases

  • Store and retrieve conversation history by semantic relevance rather than recency
  • Maintain a persistent knowledge base for multi-turn AI agent interactions
  • Implement context augmentation by searching stored user preferences or prior interactions before generating responses
  • Build domain-specific memory for specialized AI workflows (e.g., customer service agents recalling past tickets)

Setup pitfalls

  • Cannot set both QDRANT_URL and QDRANT_LOCAL_PATH simultaneously; choose one deployment mode
  • Remote Qdrant requires QDRANT_API_KEY; omitting it silently fails with connection errors
  • Embedding model choice affects search quality and memory footprint; all-MiniLM-L6-v2 is lightweight but less capable for specialized domains
  • FastMCP server binds to 127.0.0.1:8000 by default; networking may fail if your MCP client expects a different host or port
▣ 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 30 snapshots
5/10/20266/11/2026 · 30 snapshots
⚙ Maintenance health
43/ 100 · is this project alive?
contributors (1y)8
top contributor share25%
releases (1y)2
last release183d ago
ci✗ none
⛁ Raw data
weekly downloads596k
github stars1k
forks275
open issues64
license✓ present
readme length21915 chars
last publish0d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 26d 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