Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Qdrant Docs Server

БесплатноНе проверен

A read-only MCP server providing curated Qdrant documentation for LLMs, enabling retrieval of the latest and most accurate documentation.

GitHubEmbed

Описание

A read-only MCP server providing curated Qdrant documentation for LLMs, enabling retrieval of the latest and most accurate documentation.

README

The idea is to create a PoC for curated documentation MCP server based on mcp-server-qdrant.

Motivation

Default mcp-server-qdrant is too general and expects you to put data into it. But one of the main use-cases for MCP is to provide LLMs with latest and most accurate documentation.

This project should serve as an example of how you can build ready-to-use MCP server for a specific package documentation.

This MCP server is read-only, model is only allowed retrieve data about the documentation.

Setup

This is a Python project using uv for package management.

  1. Install uv if you haven't already:

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Create a virtual environment and install dependencies:

    uv venv
    source .venv/bin/activate  # On Unix/macOS
    # or
    .venv\Scripts\activate  # On Windows
    
    uv pip install -r requirements.txt
    
  3. Install the package in development mode:

    uv pip install -e .
    

Development

  • Use ruff for linting and formatting
  • The project uses hatchling as the build backend

MCP Server Inspector

uv run mcp dev qdrant_docs_mcp/server.py

Run for serving

uv run qdrant_docs_mcp/main.py --transport=sse

from github.com/qdrant/mcp-for-docs

Установка Qdrant Docs Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/qdrant/mcp-for-docs

FAQ

Qdrant Docs Server MCP бесплатный?

Да, Qdrant Docs Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Qdrant Docs Server?

Нет, Qdrant Docs Server работает без API-ключей и переменных окружения.

Qdrant Docs Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Qdrant Docs Server в Claude Desktop, Claude Code или Cursor?

Открой Qdrant Docs Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Qdrant Docs Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity