rtfm

canlin-zhang/rtfm
★ 1 stars Python AI/LLM Updated 4d ago
Read The Full Manual — a local document-corpus search MCP server + Claude Code plugin: index PDF spec sets and doc repos, get grounded, cited answers.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rtfm": {
      "command": "uvx",
      "args": [
        "rtfm"
      ]
    }
  }
}

Or install with pip: pip install rtfm

README Excerpt

> **rtfm** — Read the ~~F-~~ **Full** Manual. A local MCP server and Claude Code plugin that makes large, can't-read-by-hand technical documentation searchable — PDF spec sets, documentation repositories (and, later, public doc sites) — and answers questions strictly from that material, with grounded citations.