docs-to-llm.txt_generator

docs-to-llm.txt_generator

1

The project is an MCP server designed to process technical documentation into an LLM-compatible format. It offers features like automatic cleaning and transformation of documentation links and content. It primarily aids LLM environments by providing sanitized and structured documentation data.

MCP Server for Documentation Processing

MCP server that transforms technical documentation into an llm.txt format suitable for use as context in LLM environments such as Cursor, Windsurf, Cline, or Roo Code.

Requirements

  • Python 3.7+
  • uv or pip

Installation

  • Use uv: uv pip install -r requirements.txt
  • Use pip: pip install -r requirements.txt

Usage

  • Development mode: fastmcp dev src/server.py
  • Installation in Claude Desktop: fastmcp install src/server.py
  • Direct execution: python src/server.py

Features

  • Documentation navigation detection
  • URL conversion
  • HTML cleanup
  • Progress and error logging
  • Smart documentation link scoring