MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-server-qdrant

mcp-server-qdrant

GitHub

This repository provides an example of a Model Context Protocol (MCP) server for Qdrant, a vector search engine, enabling seamless integration between LLM applications and the Qdrant database as a

971
42

mcp-server-qdrant: A Qdrant MCP server

This repository provides an example of a Model Context Protocol (MCP) server for Qdrant, a vector search engine, facilitating seamless integration between LLM applications and external data sources. It acts as a semantic memory layer on top of Qdrant, enabling storage and retrieval of information.

The server includes two main tools: qdrant-store for storing information with optional metadata in Qdrant, and qdrant-find for retrieving relevant information based on a query. Configuration is managed through environment variables such as QDRANT_URL, QDRANT_API_KEY, and COLLECTION_NAME.

Installation options include using uvx, Docker, or Smithery. The server supports stdio and sse transport protocols. It can be integrated with tools like Claude Desktop and Cursor/Windsurf, enhancing them with code search capabilities by customizing tool descriptions. For example, it can store code snippets with descriptions and retrieve them based on semantic search queries. The MCP inspector can be used for local testing. Licensed under Apache 2.0.

Repository

QD
qdrant

qdrant/mcp-server-qdrant

Created

December 2, 2024

Updated

March 28, 2025

Language

Python

Category

AI