gorosun/unified-diff-mcp
Generate and visualize unified diff comparisons with beautiful HTML/PNG output, supporting side-by-side and line-by-line views for filesystem dry-run integration
Quick Start
Clone the repository:
git clone https://github.com/gorosun/unified-diff-mcpClaude Desktop configuration example:
{
"mcpServers": {
"unified-diff-mcp": {
"command": "npx",
"args": [
"-y",
"gorosun/unified-diff-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.