Skip to content
Zed

confdiff mcp for Zed

io.github.esperanza-volkov/confdiff-mcp

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

client:Zed transport:stdio runtime:npm

Install confdiff mcp in Zed

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

{
  "context_servers": {
    "confdiff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "confdiff-mcp"
      ]
    }
  }
}

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

confdiff mcp in other clients