Skip to content

Dataset Diff & Change Detector for Zed

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:Zed transport:streamable-http tools:2

Install Dataset Diff & Change Detector in Zed

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

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

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

What Zed can do once it is connected

Dataset Diff & Change Detector in other clients