MCP.so
Sign In

DevDocs by CyberAGI πŸš€

@cyberagiinc

About DevDocs by CyberAGI πŸš€

Completely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

Basic information

Category

Developer Tools

License

Apache-2.0

Runtime

node

Transports

stdio

Publisher

cyberagiinc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "DevDocs": {
      "command": "docker",
      "args": [
        "logs",
        "devdocs-frontend"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is DevDocs by CyberAGI?

DevDocs by CyberAGI is a documentation crawling tool that turns weeks of documentation research into hours. It accepts any tech documentation URL, discovers all related pages, extracts clean content, and organizes it inside an MCP server ready for LLM querying. Output can be Markdown or JSON for finetuning. Built for developers, web scrapers, development teams, and indie hackers.

How to use DevDocs by CyberAGI?

Prerequisites are Docker and Git. Clone the repository, copy .env.template to .env, set NEXT_PUBLIC_BACKEND_URL (e.g. http://localhost:24125), then run ./docker-start.sh (Mac/Linux) or docker-start.bat (Windows experimental). That starts all Docker containers; frontend UI is at http://localhost:3001, backend API at http://localhost:24125, Crawl4AI at http://localhost:11235.

Key features of DevDocs by CyberAGI

  • Intelligent crawling with depth control (1–5 levels)
  • Automatic child URL discovery and selective crawling
  • Parallel processing with smart caching
  • Clean content extraction; export to MD or JSON
  • Built-in MCP server integration for AI processing
  • Error recovery, full logging, and API access (coming soon)

Use cases of DevDocs by CyberAGI

  • Speed up enterprise software development by skipping weeks of documentation research
  • Scrape entire website documentation with smart child URL discovery (up to level 5)
  • Enable indie hackers to ship products fast using DevDocs + VSCode + Claude
  • Let development teams leverage internal documentation with MCP servers and Claude integration

FAQ from DevDocs by CyberAGI

Is DevDocs by CyberAGI free?

Yes. The free tier offers unlimited pages, and the starting price is β€œFree Forever”. Self-hosted use is also free.

What are the prerequisites to run DevDocs by CyberAGI?

You need Docker and Git installed on your system.

Does DevDocs by CyberAGI support MCP (Model Context Protocol)?

Yes. It includes built-in MCP server integration and exports content as LLM-ready MCP servers.

What export formats are available?

DevDocs supports Markdown (MD), JSON, and LLM-ready MCP server output.

Is DevDocs by CyberAGI publicly maintained?

Not currently. The enhanced internal version is at CyberAGI, and a public release is coming soon.

Comments

More Developer Tools MCP servers