Skip to content
Cursor

Diffgrab for Cursor

io.github.arknill/diffgrab

Web page change tracking with structured diffs. markgrab + snapgrab integration.

client:Cursor transport:stdio runtime:pypi

Install Diffgrab in Cursor

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

{
  "mcpServers": {
    "diffgrab": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "diffgrab"
      ]
    }
  }
}

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

Diffgrab in other clients