An MCP server for semantic code search using Qdrant vector database, enabling natural language queries to find relevant code snippets across indexed codebases.
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— export ="https://your-qdrant-instance.example.com"QDRANT_API_KEY— export ="your-qdrant-api-key"COLLECTION_NAME— export ="your-collection-name"EMBEDDING_PROVIDER— export ="openrouter" # or "openai" or "local"EMBEDDING_MODEL— export ="qwen/qwen3-embedding-8b"EMBEDDING_URL— export ="http://localhost:11434/api/embeddings"OPENROUTER_API_KEY— export ="your-openrouter-key"OPENAI_API_KEY— export ="your-openai-key"[](https://m8ven.ai/mcp/webtoolbox-qdrant-search-mcp-1wkuhv)