Loading MCP server directory, please wait...
MCP server that wraps the Qdrant vector database API as tools.
npx @getmcp/cli add io.github.avaazquezz/mcp-qdrantRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.avaazquezz/mcp-qdrant": {
"command": "uvx",
"args": [
"mcp-qdrant"
],
"env": {
"QDRANT_URL": "",
"QDRANT_API_KEY": "",
"QDRANT_LOCAL_PATH": "",
"QDRANT_MCP_TOOLSETS": "core",
"QDRANT_MCP_READ_ONLY": "false"
}
}
}
}