74
/ 100
20 days ago
glama

mcp-qdrant-embedding-search

MCP server that searches documents in Qdrant using embeddings from LMStudio. Takes a text query, converts it to a vector via LMStudio's OpenAI-compatible API, and performs semantic search in Qdrant.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: QDRANT_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLMSTUDIO_EMBEDDING_MODELtext-embedding-qwen3-embedding-4b Embedding model name
configLMSTUDIO_URL"": "http://localhost:1234"
🔐 secretQDRANT_API_KEYQdrant API key (optional)
configQDRANT_COLLECTION"": "my_docs",
configQDRANT_URL"": "http://localhost:6333",
configSEARCH_LIMIT5 Default number of results
configTOOL_LIST_DESCRIPTIONList all available Qdrant collections Custom description for the list tool
configTOOL_LIST_NAMElist_collections Custom name for the list tool
configTOOL_SEARCH_DESCRIPTIONSearch documentation by semantic similarity... Custom description for the search tool
configTOOL_SEARCH_NAMEsearch_docs Custom name for the search tool
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/plixplox-mcp-qdrant-embedding-search-1al1y9)](https://m8ven.ai/mcp/plixplox-mcp-qdrant-embedding-search-1al1y9)
commit: a82d4ed5c7dfd34ce0130ae5c9a83abf2e14485f
code hash: fc2e334da4712e602465e16a7c3f0b0a3c3fb94d45e1dbfde79f4bd88b55e624
verified: 6/22/2026, 12:05:24 PM
view raw JSON →