MCP.so
ログイン

DevDocs by CyberAGI 🚀

@cyberagiinc

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

基本情報

カテゴリ

開発者ツール

ライセンス

Apache-2.0

ランタイム

node

トランスポート

stdio

公開者

cyberagiinc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「開発者ツール」の他のコンテンツ