Skip to content
Cursor

Dataset Diff & Change Detector for Cursor

io.github.nero-engine/dataset-diff-detector

Compare two versions of a JSON row list: what was added, removed or changed, field by field.

client:Cursor transport:streamable-http tools:2

Install Dataset Diff & Change Detector in Cursor

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

{
  "mcpServers": {
    "dataset-diff-detector": {
      "url": "https://dataset-diff-detector.nerolabs.workers.dev/mcp"
    }
  }
}

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

What Cursor can do once it is connected

Dataset Diff & Change Detector in other clients