Fleet status monitor

See your servers from one command.

mpop is a lightweight status tool for Linux and macOS fleets. It discovers nodes, collects load, memory, disk, uptime, and service signals, then gives humans and AI runtimes a fast operational snapshot.

pip install meshpop

mpop is not the AI runtime.

mpop is the small, focused status layer. It answers: what machines exist, which are online, and what basic health signals look wrong.

MeshClaw is the runtime that adds policy, workflows, approvals, evidence, and safe action. vssh is the AI-friendly remote execution substrate.

mpop status
mpop peers
mpop agent

# MeshClaw consumes these facts
meshclaw monitor-check
meshclaw fleet-scan --json
01

Fast fleet view

Parallel collection returns a compact dashboard for all known nodes.

02

Simple deployment

Single Go binary, optional agent, and no mandatory database.

03

AI-friendly facts

Structured status can feed MeshClaw, Claude, Codex, Cursor, and MCP tools.

Install

The PyPI package is named meshpop; the command is mpop.

pip install -U meshpop
mpop status

# Or install the latest GitHub release
curl -fsSL https://raw.githubusercontent.com/meshpop/mpop/main/install.sh | bash