Skip to content

evidence diff mcp for Zed

io.github.mrfentmen/evidence-diff-mcp

Explain coarse Git and test-build evidence changes without source diff contents. Tools include...

client:Zed transport:stdio runtime:npm

Install evidence diff mcp in Zed

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

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

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

evidence diff mcp in other clients