MCP.so
登录
L

LivingDocs

@dinesh-mys

关于 LivingDocs

AI-powered documentation health monitor — detects stale doc comments and suggests updates using Claude. Works as an MCP server for Claude Desktop, Claude Code, and GitHub Copilot.

基本信息

分类

其他

传输方式

stdio

发布者

dinesh-mys

提交者

dinesh-mys

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "livingdocs": {
      "command": "livingdocs-mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LivingDocs?

LivingDocs is an AI-powered documentation health monitor that detects stale doc comments in code and suggests updates using Claude. It is built for developers and teams who want to keep documentation in sync with recent code changes.

How to use LivingDocs?

Install the .NET global tool via dotnet tool install -g LivingDocs.Mcp (requires .NET 10 SDK). Then use the provided tools: scan_repo (free) to scan a local git repo for stale comments, suggest_doc_update (free) to get an AI-suggested update for a single file, sync_confluence (Pro) to push updates to Confluence pages, and scan_org (Pro) to get an organisation-wide staleness report.

Key features of LivingDocs

  • Scans local git repos and scores doc staleness 0–100%.
  • Suggests updated doc comments using Claude based on recent git diffs.
  • Supports C#, TypeScript, JavaScript, Python, and Go.
  • Free tools: scan_repo and suggest_doc_update.
  • Pro tools: sync_confluence and scan_org (require a license key).

Use cases of LivingDocs

  • Detect and fix stale documentation in a single repository.
  • Automatically suggest updated comments for a file that has changed recently.
  • Keep Confluence documentation in sync with code changes (Pro).
  • Generate organisation-wide documentation health reports (Pro).

FAQ from LivingDocs

What languages does LivingDocs support?

LivingDocs supports C#, TypeScript, JavaScript, Python, and Go.

How do I install LivingDocs?

Install the .NET global tool by running dotnet tool install -g LivingDocs.Mcp. The .NET 10 SDK is required.

What is the difference between free and Pro features?

Free features (scan_repo, suggest_doc_update) are available without a license. Pro features (sync_confluence, scan_org) require a Pro license key.

Where can I get a Pro license?

A Pro license can be obtained at https://polar.sh/dinesh-mys/livingdocs-mcp (as stated in the README).

Does LivingDocs require an internet connection?

The free tool suggest_doc_update uses Claude, so it likely needs internet access. No other dependencies are explicitly mentioned beyond .NET 10.

评论

其他 分类下的更多 MCP 服务器