Knowledge Base Server (Qdrant)
БесплатноНе проверенRead-only MCP server with hybrid search combining dense semantic and sparse keyword retrieval via Qdrant, enabling document querying and fetching for ChatGPT De
Описание
Read-only MCP server with hybrid search combining dense semantic and sparse keyword retrieval via Qdrant, enabling document querying and fetching for ChatGPT Deep Research.
README
Read-only MCP server with hybrid search — dense semantic (all-MiniLM-L6-v2) + sparse keyword (BM-25) — fused with Qdrant's built-in RRF.
Stack
| Layer | Tool | Cost |
|---|---|---|
| MCP framework | FastMCP | Free |
| Vector DB | Qdrant Cloud | Free (1 GB) |
| Embeddings | FastEmbed (local, ONNX) | Free |
| Hosting | Render | Free tier |
| ChatGPT | Deep Research connector | Free (Pro plan) |
Setup
1. Install dependencies
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
2. Set up Qdrant Cloud
- Go to https://cloud.qdrant.io → create a free cluster
- Copy the cluster URL and API key from the Access tab
- The collection is created automatically on first ingest
3. Configure .env
cp .env.example .env
# fill in QDRANT_URL, QDRANT_API_KEY, MCP_API_KEY
4. Upload documents
python ingest.py --file report.pdf --dept 1 --pos 2
python ingest.py --file notes.md
python ingest.py --list
python ingest.py --delete <document_id>
Supported formats: pdf, docx, md, txt, rst
5. Test locally
python server.py
# → http://localhost:8000/mcp
6. Deploy to Render
- Push to GitHub (
.envis gitignored) - Render → New Web Service → Connect GitHub repo
- Add env vars:
QDRANT_URL,QDRANT_API_KEY,KEYCLOAK_REALM_URL,KEYCLOAK_CLIENT_ID - Copy your public URL
7. Connect to ChatGPT
- Settings → Connectors → Add → paste Render URL +
/mcp/ - Auth: Bearer token → your
MCP_API_KEY - Use via
+→ Deep Research → select your connector
Tools (all read-only)
| Tool | Description |
|---|---|
search(query, top_k) |
Hybrid search. Returns point IDs. |
fetch(id) |
Get chunk content by point ID. |
list_documents() |
List all documents. |
get_document(id) |
Full text of a document by document_id. |
search + fetch follow the ChatGPT Deep Research contract.
Установка Knowledge Base Server (Qdrant)
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/devanshtb/mcp-poc-kcFAQ
Knowledge Base Server (Qdrant) MCP бесплатный?
Да, Knowledge Base Server (Qdrant) MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Knowledge Base Server (Qdrant)?
Нет, Knowledge Base Server (Qdrant) работает без API-ключей и переменных окружения.
Knowledge Base Server (Qdrant) — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Knowledge Base Server (Qdrant) в Claude Desktop, Claude Code или Cursor?
Открой Knowledge Base Server (Qdrant) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Knowledge Base Server (Qdrant) with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
