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.

mcp-server-qdrant
63
Established
qdrant-mcp-server
59
Established
Maintenance 13/25
Adoption 10/25
Maturity 16/25
Community 24/25
Maintenance 10/25
Adoption 13/25
Maturity 18/25
Community 18/25
Stars: 1,270
Forks: 239
Downloads:
Commits (30d): 1
Language: Python
License: Apache-2.0
Stars: 21
Forks: 13
Downloads: 790
Commits (30d): 0
Language: TypeScript
License: MIT
No Package No Dependents
No risk flags

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.

Scores updated daily from GitHub, PyPI, and npm data. How scores work