DevDocs

DevDocs

Free, private, UI-based technical documentation MCP server designed for developers.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 2.1k
Source
mcp-github

Overview

DevDocs is a fully free and private technical documentation MCP server built to help developers quickly understand and implement technical documentation. It intelligently crawls and organizes documentation content, structuring it into query-friendly formats. By integrating with tools like Cursor and Windsurf, DevDocs significantly boosts development efficiency. Ideal for enterprise software developers, web scraping engineers, development teams, and independent hackers.

Capabilities

  • Intelligent crawling of technical documentation
  • Automatic discovery and categorization of related content
  • Selective crawling of specific content
  • Multi-level depth control
  • Parallel processing and intelligent caching
  • Export in multiple formats (MD, JSON)

Use cases

Accelerating technical documentation comprehensionAutomated internal documentation managementIntelligent crawling of external website documentationData preparation for LLM fine-tuning

Setup

Requires: DockerGit
1. Clone the repository: `git clone https://github.com/cyberagiinc/DevDocs.git`
2. Navigate into the project directory: `cd DevDocs`
3. Copy the environment variable template: `cp .env.template .env`
4. Configure environment variables: Ensure NEXT_PUBLIC_BACKEND_URL is set correctly (e.g., http://localhost:24125)
5. Start the service: `./docker-start.sh`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Is DevDocs free?

Yes, DevDocs is completely free.

What export formats does DevDocs support?

Supports Markdown (MD) and JSON formats.

Related skills