LivingDocs

by dinesh-mys

286 downloads
Not rated
GitHub

About

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.

Details

Author
dinesh-mys
Downloads
286
Categories
Other, Knowledge Base, AI

- 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).

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name LivingDocs
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

LivingDocs MCP Server

AI-powered documentation health monitor. Detects stale doc comments and suggests updates using Claude.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.