Skip to content
Zed

diff for Zed

io.github.ryudi84/diff

MCP server for computing text diffs, comparing strings, and generating unified diff output.

client:Zed transport:stdio runtime:npm

Install diff in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "diff": {
      "command": "npx",
      "args": [
        "-y",
        "diff-forge-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

diff in other clients