Qdrant
Freeby AI Labs
High-performance vector similarity search engine in Rust.
v1.0.0Added Feb 12, 2025
qdrantvector-dbrust
Qdrant MCP Server
High-performance vector similarity search engine in Rust.
Features
- Collections
- Points
- Filtering
- Payload indexes
- Snapshots
Installation
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": ["-y", "mcp-qdrant"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-qdrant
Add to claude_desktop_config.json
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": ["-y", "mcp-qdrant"]
}
}
}