← Back to Plugins
MCP Server MCP

datadiffer

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx datadiffer

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "datadiffer",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to datadiffer.toml holding named connections (run `datadiffer init` to scaffold one). Credentials never pass through tool arguments.",
          "name": "DATADIFFER_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...