MCP Directory

gorosun/unified-diff-mcp

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y unified-diff-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gorosun/unified-diff-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "unified-diff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "unified-diff-mcp"
      ]
    }
  }
}

Route gorosun/unified-diff-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add unified-diff-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gorosun/unified-diff-mcp directly without routing

npx -y unified-diff-mcp

New to Agent-CoreX? View setup guide →

gorosun/unified-diff-mcp MCP Server — Agent-CoreX