hasna/open-monitor
System monitor for AI agents — watch multiple machines, detect problems, take action. MCP + CLI + Web.
Platform-specific configuration:
{
"mcpServers": {
"open-monitor": {
"command": "npx",
"args": [
"-y",
"open-monitor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> System monitor for AI agents and humans — watch multiple machines, detect problems, take action.
[](https://www.npmjs.com/package/@hasna/monitor) [](LICENSE) [](https://bun.sh)
http://localhost:3848 (like NVIDIA DGX Dashboard)bun install -g @hasna/monitorOr with npm:
npm install -g @hasna/monitor# Check local machine
monitor status
# Add a remote SSH machine
monitor add spark01 --type ssh --host spark01.example.com --user ubuntu --key ~/.ssh/id_ed25519
# Show all machines
monitor machines
# Run health checks
monitor doctor
# List processes, filter for zombies
monitor ps --filter zombies
# Search across everything
monitor search "high cpu"
# Start the web dashboard
monitor serve --web# Claude Code (recommended)
claude mcp add --scope user monitor -- monitor-mcp
# Loading reviews...