homebutler
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alertsB | Check resource alerts for CPU, memory, and disk usage against configured thresholds |
| backup_createB | Create a Docker compose backup archive for all services or one service |
| backup_drillA | Verify a backup by booting an app in an isolated Docker environment and checking that it responds |
| backup_listB | List existing backup archives in the configured backup directory |
| backup_restoreA | Restore Docker volumes from a backup archive. Destructive: confirm intent before calling. |
| config_validateA | Check the config file this server is running on: which file was used, which rule selected it, what was read from each section, and anything wrong or silently ignored |
| docker_inspectA | Summarize a Docker container's image, state, restart policy, ports, mounts, networks, and health. Environment variable values are never included |
| docker_listA | List Docker containers with their status, image, and ports |
| docker_logsB | Get logs from a Docker container |
| docker_restartC | Restart a Docker container by name |
| docker_statsA | Get resource usage statistics (CPU, memory, network, block I/O) for all running Docker containers |
| docker_stopB | Stop a Docker container by name |
| docker_topA | List the processes running inside a Docker container, read from the host. Read-only: no exec, no TTY |
| doctorA | Run a read-only diagnosis for resource pressure, stopped containers, public ports, backup hygiene, notifications, and report baseline readiness |
| install_appB | Install a self-hosted app via docker compose. Pre-checks docker, ports, and duplicates automatically. |
| install_listA | List available self-hosted apps that can be installed |
| install_purgeA | Stop an installed app and delete all data including containers, config, and volumes. |
| install_statusC | Check the status of an installed app |
| install_uninstallA | Stop an installed app and remove its containers. Data is preserved. |
| inventory_exportB | Export server inventory/topology as a Mermaid diagram locally, or JSON locally/remotely |
| inventory_scanB | Collect server inventory/topology including system status, Docker containers, app ports, and system ports |
| network_scanB | Scan the local network to discover devices (IP, MAC, hostname) |
| open_portsB | List open network ports with associated process information |
| processesA | List the top processes by CPU or memory, with a total count and any zombies broken out separately |
| proxmox_guest_rebootA | Reboot one explicitly targeted Proxmox guest after confirmation and return the accepted task UPID |
| proxmox_guest_shutdownA | Gracefully shut down one explicitly targeted Proxmox guest after confirmation and return the accepted task UPID |
| proxmox_guest_startA | Start one explicitly targeted Proxmox guest after confirmation and return the accepted task UPID |
| proxmox_guestsA | List Proxmox QEMU and LXC guests, optionally filtered by node, status, or type |
| proxmox_nodeC | Get detailed Proxmox node status |
| proxmox_script_commandA | Render the pinned install command for one Proxmox VE Community Script. Never fetches or runs it; the caller reviews and runs it themselves on the Proxmox host |
| proxmox_script_listA | List the curated Proxmox VE Community Scripts catalog (community-scripts/ProxmoxVE) |
| proxmox_statusB | Get Proxmox VE version, cluster status, and resources |
| proxmox_task_statusA | Inspect one asynchronous Proxmox task by node and opaque UPID |
| proxmox_tasksA | Get the 50 most recent Proxmox tasks for a node |
| reportA | Generate a butler-style health report with snapshot comparison, warnings, notable changes, and suggested actions |
| system_statusA | Get system status including CPU, memory, disk usage, and uptime |
| wakeB | Send a Wake-on-LAN magic packet to wake a machine |
| watch_checkA | Run a one-shot restart check on watched targets and report restarts detected since the last check. Only docker targets can be inspected this way; systemd and pm2 targets are reported as skipped rather than assumed healthy |
| watch_historyB | List recorded restart incidents, newest first. Captured logs are excluded unless include_logs is set, because every incident carries a hundred lines of output twice over |
| watch_listA | List the targets being watched, with their kind and what the last check recorded |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Higangssh/homebutler'
If you have feedback or need assistance with the MCP directory API, please join our Discord server