Qdrant Vector DB MCP Server
databases By qdrant
Description
MCP server integration for storing and retrieving semantic knowledge and document memories in the Qdrant vector search engine.
Install & Run Command
uvx mcp-server-qdrant
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qdrant"
]
}
}
} Server Details
Stars & Popularity ⭐️ New
Author qdrant
Category databases
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry