Overview
LivingDocs MCP Server
AI-powered documentation health monitor. Detects stale doc comments and suggests updates using Claude.
Tools
scan_repo (Free)
Scans a local git repository and returns all source files where documentation comments are out of date with recent code changes. Staleness is scored 0–100%.
suggest_doc_update (Free)
Uses Claude to suggest an updated documentation comment for a specific file based on its most recent git diff.
sync_confluence (Pro)
Writes updated documentation back to matching Confluence pages. Requires a license key.
scan_org (Pro)
Scans all repositories in a GitHub organisation and returns an org-wide staleness report. Requires a license key.
Installation
Requires .NET 10 SDK.
dotnet tool install -g LivingDocs.Mcp
Supported Languages
C#, TypeScript, JavaScript, Python, Go
Pro License
Get a Pro license at https://polar.sh/dinesh-mys/livingdocs
Server Config
{
"mcpServers": {
"livingdocs": {
"command": "livingdocs-mcp"
}
}
}