Enables interaction with Qdrant vector database for storing, searching, and managing vectors with automatic text embedding.
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.EMBEDDING_MODEL— BAAI/bge-small-en-v1.5DEFAULT_COLLECTION_NAME— default_collectionQDRANT_HOST— docker run -p 8000:8000 --env =<your-qdrant-host> --env QDRANT_PORT=<your-qdrant-port> --env QDRANT_VERIFY_SSL=<TrueFalse> qdrant-mcp-serverQDRANT_PORT— docker run -p 8000:8000 --env QDRANT_HOST=<your-qdrant-host> --env =<your-qdrant-port> --env QDRANT_VERIFY_SSL=<TrueFalse> qdrant-mcp-serverQDRANT_API_KEYQDRANT_VERIFY_SSL— True # Set to False if using self-signed certificates[](https://m8ven.ai/mcp/jimmy974-qdrant-mcp-server-ggvml4)