Docs To Llm
@Rybens92
Docs To Llm について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"docs-to-llm": {
"command": "python",
"args": [
"/your/path/to/this/mcp/server/src/server.py"
],
"disabled": false
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Docs To Llm?
Docs To Llm is an MCP server that processes technical documentation into llm.txt format. It generates two files — a short version with titles and links, and a full version with complete content — for use as context in LLM environments like Cursor, Windsurf, Cline, or Roo Code.
How to use Docs To Llm?
Clone the repository and install dependencies with uv pip install -r requirements.txt or pip install -r requirements.txt. Configure the server in your MCP settings (e.g., mcp_settings.json) with the command python and the path to src/server.py. Invoke the process_documentation tool to crawl a documentation URL, providing the URL, library name, and output directory. The server returns paths to the generated llm_{library_name}_short.txt and llm_{library_name}_full.txt files.
Key features of Docs To Llm
- Automatic detection of documentation navigation sections
- Conversion of relative URLs to absolute URLs
- Removal of unnecessary HTML elements (scripts, styles, menus)
- Progress reporting during processing
- Detailed error logging
- Smart scoring system to find relevant documentation links
- Fallback mechanisms when automatic detection fails
- Sanitized filenames based on library names
Use cases of Docs To Llm
- Generate concise documentation context for LLM-powered code assistants like Cursor or Windsurf
- Create a full-text local copy of a library's docs for offline analysis
- Produce short link-only summaries of large documentation sites
- Integrate documentation ingestion into automated build or tooling pipelines
- Feed structured documentation into Roo Code or Cline for context-aware prompts
FAQ from Docs To Llm
What Python version is required?
Python 3.7 or higher is required.
How do I install the dependencies?
Use uv pip install -r requirements.txt (recommended) or pip install -r requirements.txt.
Where are the output files saved?
You specify the output directory via the txt_save_path parameter in the process_documentation tool call. The server creates two files there.
How do I configure Docs To Llm in Cline or Roo Code?
Add a docs-to-llm entry to your mcp_settings.json with command python and args pointing to the full path of src/server.py.
What tool does the server expose?
The server provides one tool: process_documentation, which accepts a URL, library name, and save path, and returns success status and file paths.
「AI とエージェント」の他のコンテンツ
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
コメント