
diff-patch-tools
Cloudflare Workers MCP server: diff-patch-tools
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: diff-patch-tools
Server tool list (6)
Raw names from tools/list. Only developers need these.
| text_diff | Generate a unified diff between two text strings. Ideal for comparing file versions before and after edits. |
| json_diff | Compute a structural diff between two JSON values, showing added, removed, and replaced fields. |
| apply_patch | Apply a unified diff patch to an original text and return the patched result. |
| three_way_merge | Perform a three-way merge of base, ours, and theirs. Conflicts are marked with standard diff3 conflict markers. |
| diff_stats | Parse a unified diff string and return line-level statistics: additions, deletions, hunks, files changed. |
| patch_validate | Check whether a unified diff patch can be applied cleanly to an original text without actually applying it. |