Q
Qdrant MCP Server
by @mhalder
MCP server for semantic search using local Qdrant vector database and OpenAI embeddings
Created 10/5/2025
Updated 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-qdrant-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"mhalder-qdrant-mcp-server": {
"command": "npx",
"args": [
"mhalder-qdrant-mcp-server"
]
}
}
}