MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Data & Storage
  4. /Mcp Server Qdrant
Mcp Server Qdrant

Mcp Server Qdrant

作成者 qdrant•9 months ago
サイトを訪問する

An official Qdrant Model Context Protocol (MCP) server implementation

Data & Storage
claudecursorllmmcpmcp-server

mcp-server-qdrant: A Qdrant MCP server

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 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, a vector search engine.

mcp-server-qdrant MCP server

Overview

A basic 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-memory
    • Store a memory in the Qdrant database
    • Input:
      • information (string): Memory to store
    • Returns: Confirmation message
  2. qdrant-find-memories
    • Retrieve a memory from the Qdrant database
    • Input:
      • query (string): Query to retrieve a memory
    • Returns: Memories stored in the Qdrant database as separate messages

Installation

Using uv (recommended)

When using uv no specific installation is needed to directly run mcp-server-qdrant.

uv run mcp-server-qdrant \
  --qdrant-url "http://localhost:6333" \
  --qdrant-api-key "your_api_key" \
  --collection-name "my_collection" \
  --embedding-model "sentence-transformers/all-MiniLM-L6-v2"

Installing via Smithery

To install Qdrant MCP Server for Claude Desktop automatically via Smithery:

npx @smithery/cli install mcp-server-qdrant --client claude

Usage with Claude Desktop

To use this server with the Claude Desktop app, add the following configuration to the “mcpServers” section of your claude_desktop_config.json:

{
  "qdrant": {
    "command": "uvx",
    "args": [
      "mcp-server-qdrant",
      "--qdrant-url",
      "http://localhost:6333",
      "--qdrant-api-key",
      "your_api_key",
      "--collection-name",
      "your_collection_name"
    ]
  }
}

Replace http://localhost:6333, your_api_key and your_collection_name with your Qdrant server URL, Qdrant API key and collection name, respectively. The use of API key is optional, but recommended for security reasons, and depends on the Qdrant server configuration.

This MCP server will automatically create a collection with the specified name if it doesn’t exist.

By default, the server will use the sentence-transformers/all-MiniLM-L6-v2 embedding model to encode memories. For the time being, only FastEmbed models are supported, and you can change it by passing the --embedding-model argument to the server.

Using the local mode of Qdrant

To use a local mode of Qdrant, you can specify the path to the database using the --qdrant-local-path argument:

{
  "qdrant": {
    "command": "uvx",
    "args": [
      "mcp-server-qdrant",
      "--qdrant-local-path",
      "/path/to/qdrant/database",
      "--collection-name",
      "your_collection_name"
    ]
  }
}

It will run Qdrant local mode inside the same process as the MCP server. Although it is not recommended for production.

Environment Variables

The configuration of the server can be also done using environment variables:

  • QDRANT_URL: URL of the Qdrant server, e.g. http://localhost:6333
  • QDRANT_API_KEY: API key for the Qdrant server
  • COLLECTION_NAME: Name of the collection to use
  • EMBEDDING_MODEL: Name of the embedding model to use
  • EMBEDDING_PROVIDER: Embedding provider to use (currently only “fastembed” is supported)
  • QDRANT_LOCAL_PATH: Path to the local Qdrant database

You cannot provide QDRANT_URL and QDRANT_LOCAL_PATH at the same time.

Contributing

If you have suggestions for how mcp-server-qdrant could be improved, or want to report a bug, open an issue! We’d love all and any contributions.

Testing mcp-server-qdrant locally

The MCP inspector is a developer tool for testing and debugging MCP servers. It runs both a client UI (default port 5173) and an MCP proxy server (default port 3000). Open the client UI in your browser to use the inspector.

npx @modelcontextprotocol/inspector uv run mcp-server-qdrant \
  --collection-name test \
  --qdrant-local-path /tmp/qdrant-local-test

Once started, open your browser to http://localhost:5173 to access the inspector interface.

License

This MCP server is licensed under the Apache License 2.0. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the Apache License 2.0. For more details, please see the LICENSE file in the project repository.

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Data & Storageの知識

おすすめのサーバー

Code Explainer Mcp

Code Explainer Mcp

A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.

Mcp Crypto Price

Mcp Crypto Price

A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.

Weather Mcp Claudedesktop

Weather Mcp Claudedesktop

An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.

もっと見る → →

詳細

作成日

March 07, 2025

最終更新日

March 07, 2025

カテゴリー

Data & Storage

作成者

qdrant

シェアする

もっと見る

Mcp Mistral Codestral

Mcp Mistral Codestral

Mcp Pptx Server

Mcp Pptx Server

Mcp Clickup

Mcp Clickup

Flux Img Mcp

Flux Img Mcp