mcp-server-qdrant and qdrant-mcp-server
The two projects are ecosystem siblings, specifically, `mhalder/qdrant-mcp-server` is an independent, specialized implementation of the Model Context Protocol that uses Qdrant and OpenAI embeddings, while `qdrant/mcp-server-qdrant` is the official, more general implementation of the MCP server by Qdrant.
About mcp-server-qdrant
qdrant/mcp-server-qdrant
An official Qdrant Model Context Protocol (MCP) server implementation
Exposes semantic search and storage tools (`qdrant-store` and `qdrant-find`) that allow LLMs to persist and retrieve contextual information with configurable embedding models via FastMCP. Supports both remote Qdrant instances and local databases, with flexible transport protocols (stdio, SSE, HTTP streaming) for integration into Claude Desktop and other MCP clients.
About qdrant-mcp-server
mhalder/qdrant-mcp-server
MCP server for semantic search using local Qdrant vector database and OpenAI embeddings
Supports multiple embedding providers (Ollama, OpenAI, Cohere, Voyage AI) with privacy-first local processing, plus specialized tools for code vectorization with AST-aware chunking and git history semantic search. Implements hybrid search combining semantic and keyword matching, contextual correlation across code+git repositories, and incremental indexing for efficient updates. Operates as both stdio and HTTP transport for Claude integration, with configurable custom prompts and support for secured Qdrant instances via API keys.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work