Back to Home
cyberagiinc icon

DevDocs

Verified Safe

by cyberagiinc

Overview

DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.

Installation

Run Command
git clone https://github.com/cyberagiinc/DevDocs.git && cd DevDocs && cp .env.template .env && ./docker-start.sh

Environment Variables

  • NEXT_PUBLIC_BACKEND_URL
  • BACKEND_URL
  • MCP_HOST
  • CRAWL4AI_URL
  • CRAWL4AI_API_TOKEN
  • DISCOVERY_POLLING_TIMEOUT_SECONDS
  • MAX_CONCURRENT_TASKS
  • DISABLE_AUTH
  • NODE_ENV
  • PYTHONPATH

Security Notes

The server includes robust path traversal prevention for file content access. However, a default demo API key for Crawl4AI is hardcoded, which should be replaced in production environments. The use of `execPromise` to run shell scripts from an API endpoint (`/api/debug`) is present, but it's specifically for a contained debug script (`debug_crawl4ai.sh`), which reduces immediate risk within a self-hosted development context. The MCP server is executed with write access to `/app/storage/markdown`, making its integrity critical.

Similar Servers

Stats

Interest Score100
Security Score8
Cost ClassHigh
Avg Tokens39000
Stars1989
Forks180
Last Update2025-12-11

Tags

Web CrawlingDocumentationLLM PreparationAI IntegrationSelf-hosted