datadiffer for Grok
io.github.gauthierpiarrette/datadiffer
Read-only table diffs with segment attribution: which slice of your data changed.
client:Grok
transport:stdio
runtime:pypi
Install datadiffer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"datadiffer": {
"type": "stdio",
"command": "uvx",
"args": [
"datadiffer"
],
"env": {
"DATADIFFER_CONFIG": "<DATADIFFER_CONFIG>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs