★ 0 stars
Python
🤖 AI/LLM
Updated 1d ago
macOS-native fork of mcp-server-qdrant-enhanced: Spotlight metadata ingestion, Qwen3-Embedding-8B, hybrid retrieval, document grouping, reranker abstraction, and a FastAPI REST surface.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-qdrant-en": {
"command": "uvx",
"args": [
"mcp-server-qdrant-enhanced-macos"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-qdrant-en uvx mcp-server-qdrant-enhanced-macos
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-qdrant-en": {
"command": "uvx",
"args": [
"mcp-server-qdrant-enhanced-macos"
]
}
}
}
Or install with pip: pip install mcp-server-qdrant-enhanced-macos