Qdrant

qdrant
574
It serves as a semantic memory layer on top of the Qdrant database, used for storing and retrieving memories in the Qdrant vector search engine.
#claude #cursor #llm #mcp #mcp-server #semantic-search #windsurf

Overview

What is Qdrant

mcp-server-qdrant is a Model Context Protocol (MCP) server designed for Qdrant, a vector search engine. It facilitates the integration of large language model (LLM) applications with external data sources and tools, acting as a semantic memory layer to store and retrieve information.

How to Use

To use mcp-server-qdrant, set the required environment variables such as QDRANT_URL, COLLECTION_NAME, and EMBEDDING_MODEL. You can run the server using 'uvx' or Docker. For example, with 'uvx', you can execute: QDRANT_URL='http://localhost:6333' COLLECTION_NAME='my-collection' uvx mcp-server-qdrant.

Key Features

Key features include the ability to store and retrieve information using tools like 'qdrant-store' and 'qdrant-find', support for various transport protocols (stdio, sse), and configuration via environment variables.

Use Cases

Use cases for mcp-server-qdrant include enhancing AI-powered IDEs, improving chat interfaces, and creating custom AI workflows that require contextual information from external databases.

Content