Skip to main content
Glama
qdrant

Qdrant Docs MCP Server

Official
by qdrant

MCP for Qdrant Documentation

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
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qdrant/mcp-for-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server