Part of the Sovereign MCP Servers collection, this tool gives Claude two straightforward operations: compute text diffs and generate unified diff output. It's the kind of thing you'd reach for when comparing configuration files, reviewing text changes before committing them, or debugging why two supposedly identical strings aren't matching. The server runs via stdio transport and installs with npx diff-forge-mcp. Nothing fancy here, just a focused utility that does string comparison and formats the output in standard unified diff format. Useful when you need Claude to spot differences between text blocks without manually scanning character by character.
claude mcp add --transport stdio io.github.ryudi84-diff -- npx -y diff-forge-mcp