qdrant-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qdrant-mcp-serverSearch for documents similar to 'MCP server best practices'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
qdrant-mcp-server (maintained fork)
Fork of the abandoned PyPI package qdrant-mcp-server 0.1.0 (author fiyen;
upstream github.com/fiyen/qdrant-mcp-server is 404 — no repo exists to PR against).
Why this fork exists
The original eagerly loads a sentence-transformers/all-MiniLM-L6-v2 model in
__init__. As a stdio MCP server, every agent runtime/session spawns its own
copy, so N idle sessions pin N × ~1.35 GB of duplicated model memory (measured:
5 copies = 5.7 GB). See the generalized "stdio trap" write-up.
Related MCP server: Qdrant MCP Server
Changes vs PyPI 0.1.0
Lazy-load patch: the embedding model loads on the first
generate_embeddingcall instead of at startup. Idle copies cost ~30 MB. (lazy-load.patchin the repo root is the diff for reference.)
Install (replaces the PyPI install)
uv tool install --force git+https://github.com/Ripnrip/qdrant-mcp-serverThen the existing MCP configs (command = /Users/admin/.local/bin/qdrant-mcp-server)
keep working, and future uv tool upgrade pulls from this fork, not dead PyPI 0.1.0.
After any reinstall, restart running qdrant-mcp-server instances (the Swift reaper LaunchAgent handles orphan cleanup: com.local.qdrant-mcp-reaper).
Context: HAB-354 · ~/Documents/Developer/qdrant-mcp-ram-fix-2026-08-24/
This server cannot be deployed
Maintenance
Related MCP Connectors
Ingest, manage, and retrieve documents for RAG-powered AI applications
Universal persistent memory and knowledge retrieval layer for AI agents and LLMs.
Search your knowledge bases from any AI assistant using hybrid RAG.
- AmberOAuthcom.ambermem
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides semantic memory capabilities using Qdrant vector database with configurable embedding providers, allowing storage and retrieval of information using vector similarity.16 PyPI2Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables semantic search and document management using a local Qdrant vector database with OpenAI embeddings. Supports natural language queries, metadata filtering, and collection management for AI-powered document retrieval.70 npm37MIT
- AlicenseNot gradedqualityDmaintenanceEnables storing and retrieving information using semantic search with Qdrant vector database. Acts as a memory layer for LLMs to persistently store and semantically search through information and metadata.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Qdrant vector database for storing, searching, and managing vectors with automatic text embedding.1-