.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/qdrant/mcp-server-qdrant
home/mcp-servers/qdrant/mcp-server-qdrant
qdrant avatar

mcp-server-qdrant

byqdrant· 1 MCP server

Installs

2.2M

Stars

1.5k

Forks

283

Category

Databases

View on GitHub

TL;DR

> The Model Context Protocol (MCP) 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 cre

How to install mcp-server-qdrant?

qdrant/mcp-server-qdrant
$git clone https://github.com/qdrant/mcp-server-qdrant

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-server-qdrant by running `git clone https://github.com/qdrant/mcp-server-qdrant`, then use it for the current task and follow its documentation at https://github.com/qdrant/mcp-server-qdrant.

Files · 1

View on GitHub
README.md
1# mcp-server-qdrant: A Qdrant MCP server
2 
3[![smithery badge](https://smithery.ai/badge/mcp-server-qdrant)](https://smithery.ai/protocol/mcp-server-qdrant)
4 
5> The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables
6> seamless integration between LLM applications and external data sources and tools. Whether you're building an
7> AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to
8> connect LLMs with the context they need.
9 
10This repository is an example of how to create a MCP server for [Qdrant](https://qdrant.tech/), a vector search engine.
11 
12## Overview
13 
14An official Model Context Protocol server for keeping and retrieving memories in the Qdrant vector search engine.
15It acts as a semantic memory layer on top of the Qdrant database.
16 
17## Components
18 
19### Tools
20 
211. `qdrant-store`
22 - Store some information in the Qdrant database
23 - Input:
24 - `information` (string): Information to store
25 - `metadata` (JSON): Optional metadata to store
26 - `collection_name` (string): Name of the collection to store the information in. This field is required if there are no default collection name.
27 If there is a default collection name, this field is not enabled.
28 - Returns: Confirmation message
292. `qdrant-find`
30 - Retrieve relevant information from the Qdrant database
31 - Input:
32 - `query` (string): Query to use for searching
33 - `collection_name` (string): Name of the collection to store the information in. This field is required if there are no default collection name.
34 If there is a default collection name, this field is not enabled.
35 - Returns: Information stored in the Qdrant database as separate messages
36 
37## Environment Variables
38 
39Configuration is done via environment variables. The only command-line argument is `--transport`, used to select the [transport protocol](#transport-protocols).
40 
41> [!NOTE]
42> You cannot provide both `QDRANT_URL` and `QDRANT_LOCAL_PATH` at the same time.
43 
44| Name | Description | Default Value |
45|--------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------|
46| `QDRANT_URL` | URL of the Qdrant server | None |
47| `QDRANT_API_KEY` | API key for the Qdrant server | None |
48| `COLLECTION_NAME` | Name of the default collection to use. | None |
49| `QDRANT_LOCAL_PATH` | Path to the local Qdrant database (alternative to `QDRANT_URL`) | None |
50| `EMBEDDING_PROVIDER` | Embedding provider to use (currently only "fastembed" is supported) | `fastembed` |
51| `EMBEDDING_MODEL` | Name of the embedding model to use | `sentence-transformers/all-MiniLM-L6-v2` |
52| `TOOL_STORE_DESCRIPTION` | Custom description for the store tool | See default in [`settings.py`](src/mcp_server_qdrant/settings.py) |
53| `TOOL_FIND_DESCRIPTION` | Custom description for the find tool | See default in [`settings.py`](src/mcp_server_qdrant/settings.py) |
54| `QDRANT_SEARCH_LIMIT` | Maximum number of results to return from search | `10` |
55| `QDRANT_READ_ONLY` | Enable read-only mode (disa

Preview

qdrant/mcp-server-qdrantqdrant/mcp-server-qdrant

# mcp-server-qdrant: A Qdrant MCP server

[![smithery badge](https://smithery.ai/badge/mcp-server-qdrant)](https://smithery.ai/protocol/mcp-server-qdrant)

> 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

Repoqdrant/mcp-server-qdrant
TypeMCP Servers
CategoryDatabases
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPclaudecursor

Related

6 picks
Type
  1. rafaelcartenet avatarmcp-databricks-serverModel Context Protocol (MCP) server for Databricks that empowers AI agents to autonomously interact with Unity Catalog metadata. Enables data discovery, lineage analysis, and intelligent SQL execution.MCP ServersMar 20262.4M40
  2. supabase avatarSupabase MCPQuery databases, manage projects and deploy edge functionsMCP Serverstoday387k2.8k
  3. mongodb-js avatarmongodb-mcp-serverMongoDB Model Context Protocol ServerMCP ServersJul 2026316k1.1k
  4. ahmedmustahid avatarpostgres-mcp-serverMCP server for interacting with PostgreSQL databasesMCP ServersJul 2025279k31
  5. benborla avatarmcp-server-mysqlMCP server for interacting with MySQL databases with write operations supportMCP ServersJul 202659k2.0k
  6. kxsystems avatarkdb-x-mcp-serverMCP server for KDB-XMCP ServersJan 202656k11