Qdrant
OfficialFeatured
🗄️ Data & Files
The official Qdrant MCP server provides a semantic memory layer on top of the Qdrant vector database. Store, retrieve, and search data using vector similarity with support for both cloud-hosted and local Qdrant instances.
Tags
Tools (2)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"qdrant": {
"command": "uvx",
"args": [
"mcp-server-qdrant"
],
"env": {
"QDRANT_URL": "your-qdrant-url-here",
"QDRANT_API_KEY": "your-qdrant-api-key-here",
"COLLECTION_NAME": "your-collection-name-here"
}
}
}
}