Skip to content
VS Code

contract diff mcp for VS Code

io.github.mrfentmen/contract-diff-mcp

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

client:VS Code transport:stdio runtime:npm

Install contract diff mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "contract-diff-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "contract-diff-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

contract diff mcp in other clients