LivingDocs

Created By
dinesh-mys23 days ago
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.
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"
    }
  }
}
Project Info
Created At
23 days ago
Updated At
20 days ago
Author Name
dinesh-mys
Star
-
Language
-
License
-
Category

Recommend Servers

View All