The reputation layer for AI skills, tools & agents

qdrant/mcp-server-qdrant

Score: 39.6 Rank #2588

An official Qdrant Model Context Protocol (MCP) server implementation

Overview

qdrant/mcp-server-qdrant is a Python MCP server licensed under Apache-2.0. An official Qdrant Model Context Protocol (MCP) server implementation Topics: claude, cursor, llm, mcp, mcp-server, semantic-search, windsurf.

Ranked #2588 out of 25632 indexed tools.

Has 1,273 GitHub stars.

Ecosystem

Python Apache-2.0
claudecursorllmmcpmcp-serversemantic-searchwindsurf

Signal Breakdown

Stars 1,273
Freshness 1mo ago
Issue Health 20%
Contributors 8
Dependents 7
Forks 239
Description Good
License Apache-2.0

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 46 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 44 open vs 11 closed issues — triaging stale issues improves health

Badge

AgentRank score for qdrant/mcp-server-qdrant
[![AgentRank](https://agentrank-ai.com/api/badge/tool/qdrant--mcp-server-qdrant)](https://agentrank-ai.com/tool/qdrant--mcp-server-qdrant)
<a href="https://agentrank-ai.com/tool/qdrant--mcp-server-qdrant"><img src="https://agentrank-ai.com/api/badge/tool/qdrant--mcp-server-qdrant" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# mcp-server-qdrant: A Qdrant MCP server

> The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables
> seamless integration between LLM applications and external data sources and tools. Whether you're building an
> AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to
> connect LLMs with the context they need.

This repository is an example of how to create a MCP server for [Qdrant](https://qdrant.tech/), a vector search engine.

## Overview

An official Model Context Protocol server for keeping and retrieving memories in the Qdrant vector search engine.
It acts as a semantic memory layer on top of the Qdrant database.

## Components

### Tools

1. `qdrant-store`
   - Store some information in the Qdrant database
   - Input:
     - `information` (string): Information to store
     - `metadata` (JSON): Optional metadata to store
     - `collection_name` (string): Name of th
Read full README on GitHub →
Are you the maintainer? Claim this listing