Enables 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.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.QDRANT_URL— "": "http://localhost:6333",EMBEDDING_PROVIDER— "": "ollama",EMBEDDING_MODEL— Model name for embeddings nomic-embed-text (Ollama) or text-embedding-3-small (OpenAI) NoOPENAI_API_KEY— OpenAI API key (if using OpenAI) - If using OpenAIPORTOLLAMA_URL— "": "http://localhost:11434"QDRANT_COLLECTION[](https://m8ven.ai/mcp/amornpan-py-mcp-qdrant-rag-7eltvp)