MCP server for accessing documentation and code snippets of dev tools. Based on `mcp-server-qdrant`
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-for-docs": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The idea is to create a PoC for curated documentation MCP server based on mcp-server-qdrant.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / search
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Web and local search using Brave Search API
40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.
MCP Security Weekly
Get CVE alerts and security updates for Mcp For Docs and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The idea is to create a PoC for curated documentation MCP server based on mcp-server-qdrant.
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.
This is a Python project using uv for package management.
Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh
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
Install the package in development mode:
uv pip install -e .
ruff for linting and formattinghatchling as the build backenduv run mcp dev qdrant_docs_mcp/server.py
uv run qdrant_docs_mcp/main.py --transport=sse