Skip to content
Cursor

evidence diff mcp for Cursor

io.github.mrfentmen/evidence-diff-mcp

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

client:Cursor transport:stdio runtime:npm

Install evidence diff mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "evidence-diff-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "evidence-diff-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

evidence diff mcp in other clients