Diffgrab for Zed
io.github.arknill/diffgrab
Web page change tracking with structured diffs. markgrab + snapgrab integration.
client:Zed
transport:stdio
runtime:pypi
Install Diffgrab in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"diffgrab": {
"command": "uvx",
"args": [
"diffgrab"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs