w3-mcp-server-qdrant

Provides a Python MCP server exposing tools to query a Qdrant vector database using text queries. It can auto-generate embeddings via an external Ollama server and supports advanced retrieval techniques such as query expansion (with RRF merging), HyDE, and LLM-based reranking.

Evaluated Apr 04, 2026 (0d ago)
Homepage ↗ Repo ↗ Ai Ml mcp qdrant vector-search ollama embeddings python retrieval reranking hyde rrf
⚙ Agent Friendliness
56
/ 100
Can an agent use this?
🔒 Security
42
/ 100
Is it safe for agents?
⚡ Reliability
21
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
72
Error Messages
0
Auth Simplicity
80
Rate Limits
5

🔒 Security

TLS Enforcement
25
Auth Strength
45
Scope Granularity
20
Dep. Hygiene
60
Secret Handling
65

Security is mostly delegated to the underlying deployments: Qdrant URL/optional API key and Ollama base URL. The README does not describe TLS requirements, MCP authentication, request validation/auditing, or rate limiting. Secret handling best practices are not evidenced in the provided text (no mention of logging/redaction), though using environment variables for keys is implied.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
30
Error Recovery
20
AF Security Reliability

Best When

You want an agent-callable vector search tool that enriches queries via Ollama-generated embeddings and optionally uses additional LLM steps (expansion/rerank) to improve retrieval quality.

Avoid When

You cannot run/allow the supporting services (Qdrant and Ollama) or you need robust built-in auth/rate limiting controls at the MCP server boundary.

Use Cases

  • Semantic search over Qdrant collections from an MCP-capable client (e.g., Claude Code)
  • Improving recall/precision for retrieval with query expansion, HyDE, and reranking
  • Listing and inspecting Qdrant collections and basic metadata for retrieval setup
  • Building agent workflows that require vector search with structured (JSON/Markdown) outputs

Not For

  • Production deployments needing a hardened remote HTTP API surface (the interface is primarily MCP stdio)
  • Workloads requiring strict data residency/compliance guarantees without additional platform controls
  • Use cases requiring management operations beyond search/list (create/update/delete collections/points are not described)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: MCP stdio (stdio transport implied by usage examples) Qdrant API key via QDRANT_API_KEY (optional per README)
OAuth: No Scopes: No

No MCP-specific authentication or authorization mechanism is described in the README. Qdrant authentication is mentioned as optional via QDRANT_API_KEY.

Pricing

Free tier: No
Requires CC: No

Pricing is not described; costs would primarily be external (self-hosted Qdrant/Ollama and any LLM usage for reranking/expansion).

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Advanced options (expand_query/use_hyde/rerank) may significantly increase latency since they require additional LLM calls and parallel searches.
  • If Ollama or Qdrant is unavailable, the server may hang or fail; README suggests manual health checks but does not describe MCP-level retry semantics.
  • No pagination mechanism is described; limit is a single parameter (no continuation token).
  • Reranking/query-expansion depend on OLLAMA_RERANK_MODEL being available; misconfiguration will break those paths.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for w3-mcp-server-qdrant.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered