Odel
datadiffer

datadiffer

Local
@gauthierpiarrettePythonMITUpdated 1mo ago

Read-only table diffs with segment attribution: which slice of your data changed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdatadifferv0.1.0

Run

uvx datadiffer

MCP client config

{
  "mcpServers": {
    "datadiffer": {
      "command": "uvx",
      "args": [
        "datadiffer"
      ]
    }
  }
}