
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
homebutler
Advanced tools
What changed on your server, and only what's worth telling — CLI, dashboard and MCP server in one binary
MCP server for HomeButler, which remembers what a server looked like last time and tells an agent what changed as typed JSON — every tool classed read, write or destructive.
This is an npm wrapper for homebutler. It downloads the correct binary for your platform automatically.
Add to your MCP client config (Claude Code, Cursor, Claude Desktop, ChatGPT Desktop):
{
"mcpServers": {
"homebutler": {
"command": "npx",
"args": ["-y", "homebutler-mcp"]
}
}
}
That's it. No manual installation needed.
{
"mcpServers": {
"homebutler": {
"command": "npx",
"args": ["-y", "homebutler-mcp", "--demo"]
}
}
}
Demo mode returns realistic fake data — perfect for trying it out.
| Tool | Description |
|---|---|
system_status | CPU, memory, disk, uptime |
docker_list | List containers |
docker_restart | Restart a container |
docker_stop | Stop a container |
docker_logs | Container log output |
wake | Wake-on-LAN magic packet |
open_ports | Open ports with process info |
network_scan | Discover LAN devices |
alerts | Resource threshold alerts |
All tools support an optional server parameter for multi-server management via SSH.
MIT
FAQs
What changed on your server, and only what's worth telling — CLI, dashboard and MCP server in one binary
The npm package homebutler receives a total of 804 weekly downloads. As such, homebutler popularity was classified as not popular.
We found that homebutler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.