homebutler for Zed
io.github.higangssh/homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
client:Zed
transport:stdio
runtime:npm
Install homebutler in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"homebutler": {
"command": "npx",
"args": [
"-y",
"homebutler"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs