Skip to content
Grok

confdiff mcp for Grok

io.github.esperanza-volkov/confdiff-mcp

Semantic, format-aware diff of config files (JSON/YAML/TOML/INI/.env/XML/CSV) for AI agents

client:Grok transport:stdio runtime:npm

Install confdiff mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "confdiff-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "confdiff-mcp"
      ]
    }
  }
}

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

confdiff mcp in other clients