LivingDocs
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
LivingDocsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





