homebutler for VS Code
io.github.higangssh/homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
client:VS Code
transport:stdio
runtime:npm
Install homebutler in VS Code
.vscode/mcp.json
{
"servers": {
"homebutler": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"homebutler"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs