Skip to content

contract diff mcp for Zed

io.github.mrfentmen/contract-diff-mcp

Aggregate local contract snapshot changes without exposing schema contents. Tools include...

client:Zed transport:stdio runtime:npm

Install contract diff mcp in Zed

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

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

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

contract diff mcp in other clients