Qdrant Docs MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Qdrant Docs MCP ServerHow do I create a collection in Qdrant?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Install
uvif you haven't already:curl -LsSf https://astral.sh/uv/install.sh | shCreate 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.txtInstall the package in development mode:
uv pip install -e .
Development
Use
rufffor linting and formattingThe project uses
hatchlingas the build backend
MCP Server Inspector
uv run mcp dev qdrant_docs_mcp/server.pyRun for serving
uv run qdrant_docs_mcp/main.py --transport=sseThis server cannot be installed
Maintenance
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