Diffgrab for VS Code
io.github.arknill/diffgrab
Web page change tracking with structured diffs. markgrab + snapgrab integration.
client:VS Code
transport:stdio
runtime:pypi
Install Diffgrab in VS Code
.vscode/mcp.json
{
"servers": {
"diffgrab": {
"type": "stdio",
"command": "uvx",
"args": [
"diffgrab"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs