Skip to content
Back to search
30
MCP

@dpm-tools/mcp-diff

npm/@dpm-tools/mcp-diff

MCP server with 6 unified-diff tools: diff, apply_patch, three_way_merge, compare_files, summarize_diff, structured_diff. Free, MIT.

Uptime
0.0%
11 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

diff-forge-mcp
MCP server for computing text diffs, comparing strings, and generating unified diff output.
0 tools
io.github.ryudi84/diff
MCP server for computing text diffs, comparing strings, and generating unified diff output.
0 tools
@dpm-tools/mcp-archive
MCP server with 6 Wayback Machine + Internet Archive tools. Fetches archived pages as readable text (no context-window explosion). Free, MIT
0 tools
io.github.mukundakatta/diff-mcp
Character-precise unified diff + patch application + patch parsing.
0 tools
@dpm-tools/mcp-http-inspect
MCP server with 5 HTTP/REST debugging tools: request, compare_responses, inspect_cors, decode_jwt_from_header, explain_status. Free, MIT.
0 tools
io.github.MukundaKatta/diff-mcp
Character-precise unified diff + patch application + patch parsing.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@dpm-tools/mcp-diff": {
      "url": "None",
      "transport": "http"
    }
  }
}