DevDocs MCP

Stale
GitHub TypeScript Apache-2.0

Description

Free, private, UI-based tech documentation MCP server designed for coders and AI coding assistants with precise doc retrieval.

Key Features

  • Intelligent web crawling with smart depth control (1-5 levels) and automatic link discovery
  • Parallel processing with smart caching for high-speed documentation extraction at 1000 pages/min
  • MCP server integration for direct AI-powered querying of crawled documentation
  • Clean content extraction with export to Markdown and JSON formats for LLM fine-tuning
  • Self-hosted and free with unlimited pages, team seats, and API access
  • Docker-based deployment with integrated frontend and backend services

Use Cases

πŸ’‘ Accelerating developer onboarding by converting weeks of documentation research into hours
πŸ’‘ Building private documentation knowledge bases for AI coding assistants like Claude and Cursor
πŸ’‘ Extracting structured documentation from vendor websites for internal reference systems
πŸ’‘ Preparing high-quality training data in Markdown/JSON format for LLM fine-tuning projects
πŸ’‘ Creating team-accessible documentation hubs with MCP server integration for intelligent search

Quick Start

Clone the repo, copy `.env.template` to `.env`, then run `./docker-start.sh`. Access the frontend and start crawling documentation URLs. Results are stored in the MCP server for AI querying.

Related Projects