qdrant-mcp-server
qdrant-mcp-server(メンテナンス済みフォーク)
開発放棄された PyPI パッケージ qdrant-mcp-server 0.1.0 のフォークです(著者: fiyen;upstream github.com/fiyen/qdrant-mcp-server は 404 — PR を送るリポジトリが存在しません)。
このフォークが存在する理由
オリジナル版は __init__ 内で sentence-transformers/all-MiniLM-L6-v2 モデルを読込します。stdio MCP サーバー として、エージェントのランタイム/セッションごとに専用のコピーが生成されるため、アイドルセッションが N 個あると、N × 約 1.35 GB の重複したモデルメモリが消費されます(実測値: 5 コピー = 5.7 GB)。詳しくは、一般化された「stdio トラップ」の記事を参照してください。
Related MCP server: Qdrant MCP Server
PyPI 0.1.0 との変更点
Lazy-loadの補**:埋め込みモデルは、起動時ではなく最初の
generate_embedding呼び出し時に読み込まれます。アイドル状のコピーは約約 0 MB しか消費しません。(ルート直下のlazy-load.patchが reference 用の diff です。)
インストール(PyPI インストールの置き換え)
uv tool install --force git+https://github.com/Ripnrip/qdrant-mcp-server既存の MCP 構成(command = /Users/admin/.local/bin/qdrant-mcp-server)はそのまま動作し、今後の uv tool upgrade は、不要となった PyPI 0.1.0 ではなくこのフォークから取得します。
再イストール後は、実行中の qdrant-mcp-server インスタンスを再起動してください(Swift reaper の LaunchAgent がオーファンのクリーンアップを購提します: com.local.qdrant-mcp-reaper)。
コンテキスト: HAB-3541 · ~/Do/Developer/qdrant-mcp-ram-fix-2026-08-24/
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.2Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables 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.16436MIT
- 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
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ripnrip/qdrant-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server