Skip to main content
Developer ToolsTypeScript

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

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gorosun/unified-diff-mcp

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

Details

Category
Developer Tools
Language
TypeScript
Author
gorosun