Loading...
npx @smithery/cli install mcp-server-qdrant --client claude{
"qdrant": {
"command": "uvx",
"args": ["mcp-server-qdrant"],
"env": {
"QDRANT_URL": "https://xyz-example.eu-central.aws.cloud.qdrant.io:6333",
"QDRANT_API_KEY": "your_api_key",
"COLLECTION_NAME": "your-collection-name",
"EMBEDDING_MODEL": "sentence-transformers/all-MiniLM-L6-v2"
}
}
}qdrant-storeStores information with optional metadata in the Qdrant database.
Writes data to the Qdrant database, potentially overwriting existing information.
qdrant-findRetrieves relevant information from the Qdrant database based on a query.
Read-only operation; retrieves data but does not modify it.
This server is relatively safe for read and write operations to a vector database. The primary risks involve exposure of the Qdrant API key and potential network vulnerabilities. Using a local Qdrant instance mitigates network risks, but proper key management is still crucial.