Skip to content
Cursor

contract diff mcp for Cursor

io.github.mrfentmen/contract-diff-mcp

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

client:Cursor transport:stdio runtime:npm

Install contract diff mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

contract diff mcp in other clients