DevDocs is a private, UI-based MCP server for documentation with Docker-based setup and MCP integration. It emphasizes intelligent crawling, multiple export formats, and enterprise features; the README provides Docker-based getting started and scripts for management.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
DevDocs is a private, UI-based MCP server designed for software developers to process and query technical documentation. It supports internal MCP server integration and exports content in MD or JSON formats for LLM finetuning. The project targets environments that require private documentation processing and integration with Claude-like tools.
How it works
DevDocs offers intelligent crawling and content processing for documentation sources. Key features include: smart depth control for crawling (depth levels 1-5), automatic link discovery, selective crawling, parallel processing, smart caching, lazy loading support, rate limiting, clean extraction, and structured output (MD or JSON). It also provides an MCP server integration for AI processing and enterprise features such as error recovery, full logging, API access, and team management.
Getting started
Prerequisites: Docker and Git. Quick Start with Docker (Recommended) provides commands:
# Clone the repository
git clone https://github.com/cyberagiinc/DevDocs.git
# Navigate to the project directory
cd DevDocs
# Configure environment variables
# Copy the template file to .env
cp .env.template .env
# Ensure NEXT_PUBLIC_BACKEND_URL in .env is set correctly (e.g., http://localhost:24125)
# This allows the frontend (running in your browser) to communicate with the backend service.
# Start all services using Docker
./docker-start.sh
For Windows users, equivalent commands are provided with batch scripts and notes about prerequisites (WSL2, Docker Desktop).
Accessing the services after start:
- Frontend UI: http://localhost:3001
- Backend API: http://localhost:24125
- Crawl4AI Service: http://localhost:11235
Logs can be viewed with:
docker logs devdocs-frontend
docker logs devdocs-backend
docker logs devdocs-mcp
docker logs devdocs-crawl4ai
To stop services, press Ctrl+C where docker-start is running.
Recent releases
Release notes are not listed; latest release section shows "latest 0" with none.
Traction
The repository has 2099 stars and 193 forks. There are 21 open issues. Language is TypeScript and license is Apache-2.0.
Behind the repo
No linked startup/company information beyond CyberAGI branding in the README content; no external company page is provided in the facts.
Caveats
The project notes indicate DevDocs status as not publicly maintained and mentions an enhanced internal version with public release coming soon. No explicit age aside from creation date 2025-01-15 and last push 2026-02-04. The license is Apache-2.0.






