Qdrant
OfficialbyQdrant
Semantic memory layer built on Qdrant's vector search engine.
API Key Required
Configuration
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qdrant"
],
"env": {
"QDRANT_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.