Qdrant RAG MCP Server
Provides RAG (Retrieval-Augmented Generation) capabilities using Gitee's AI embedding and reranking services, enabling document ingestion, search, and Q&A over local markdown and text files.
Click on "Install 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 RAG MCP Serversearch my documents for Qdrant usage"
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 RAG Tool
Minimal RAG ingestion and search tool for .md and .txt files.
Layout
data/: put documents hereingest.py: chunk documents, embed them, and upsert into Qdrantsearch.py: embed a query and search Qdrant.env: runtime configuration and secrets
Related MCP server: Qdrant MCP Server
Usage
cd /opt/qdrant/rag
source .venv/bin/activate
python ingest.py
python search.py "Qdrant 是什么"The ingester uses a stable point ID based on source + chunk_index.
Before ingesting a file, it deletes existing chunks for the same source,
so rerunning ingestion for the same file does not create duplicates.
Use python ingest.py --prune to delete sources from Qdrant after removing
their files from data/.
Current defaults:
Embedding endpoint:
https://ai.gitee.com/v1Embedding model:
Qwen3-Embedding-8BEmbedding dimensions:
4096Rerank model:
Qwen3-Reranker-8BAsk model:
deepseek-v4-flash-freethrough OpenCode ZenQdrant collection:
docs_qwen3_embedding_8b
MCP
The MCP server exposes RAG tools:
rag_healthrag_searchrag_askrag_source_statsrag_get_chunkrag_get_sourcerag_update_sourcerag_delete_source
It listens on 127.0.0.1:8765 by default, with the MCP endpoint at /mcp.
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
- Alicense-quality-maintenanceProvides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, allowing users to add, search, list, and delete documentation with metadata support.Last updated3516
- Alicense-qualityBmaintenanceEnables 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.Last updated6434MIT
- Flicense-qualityDmaintenanceEnables semantic search and retrieval-augmented generation (RAG) using Qdrant vector database. Supports indexing documents from URLs and local directories, with flexible embedding options using Ollama or OpenAI.Last updated2
- Alicense-qualityDmaintenanceProvides retrieval-augmented generation (RAG) capabilities by ingesting various document formats into a persistent ChromaDB vector store. It enables semantic search and retrieval using either OpenAI or Ollama embeddings for processing local files, directories, and URLs.Last updated1MIT
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Local-first RAG engine with MCP server for AI agent integration.
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/chikhio123/rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server