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
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.
More Developer Tools MCP servers
Golf
golf-mcpProduction-Ready MCP Server Framework β’ Build, deploy & scale secure AI agent infrastructure β’ Includes Auth, Observability, Debugger, Telemetry & Runtime β’ Run real-world MCPs powering AI Agents
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).π¦
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Comments