Fork of mhalder/qdrant-mcp-server with time-based recency scoring in semantic and hybrid search
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qdrant-mcp-server": {
"command": "npx",
"args": [
"-y",
"deveyus/qdrant-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add qdrant-mcp-server npx -y deveyus/qdrant-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"qdrant-mcp-server": {
"command": "npx",
"args": [
"-y",
"deveyus/qdrant-mcp-server"
]
}
}
}