Back to MCP Servers
Homebutler
All-in-one homelab management MCP server. Monitor system resources, manage Docker containers, Wake-on-LAN, scan networks, check open ports, and run alerts — across multiple servers via SSH. Single 10MB binary, zero dependencies.
monitoringdockerai
By Higangssh
Installation
npx -y homebutlerConfiguration
{
"mcpServers": {
"homebutler": {
"command": "npx",
"args": ["-y", "homebutler"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes