Automates documentation generation across five distinct tools: JSDoc comment creation from function signatures, README completeness analysis with scoring, changelog generation from git commits following Keep a Changelog format, REST API documentation from endpoint definitions, and code comment coverage analysis that surfaces TODOs and undocumented functions. Runs over stdio and requires no configuration. Reach for this when you need structured documentation output during development workflows, especially if you're working with AI agents that need to generate or evaluate docs programmatically. The analyze_readme tool rates completeness 0-100 and flags missing sections, while generate_api_docs handles request/response examples and status codes automatically.
claude mcp add --transport stdio io.github.rog0x-docs -- npx -y @rog0x/mcp-docs-tools