developer tools

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

typescript
local
developer tools
0
View on GitHub

Installation

npx -y gorosun/unified-diff-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "unified-diff-mcp",
  "command": "npx",
  "args": [
    "-y",
    "gorosun/unified-diff-mcp"
  ]
}

About This MCP Server

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

GitHub: https://github.com/gorosun/unified-diff-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub