Live OS ground truth for agents: running agent sessions, listening ports, daemons, system load.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Ground truth for agent fleets. An MCP server that tells your AI agent what is actually running on the machine β live agent sessions, listening TCP ports, loaded daemons, system load β read straight from the OS (ps / lsof / launchctl / df), never from docs, transcripts, or memory files.
If you run more than one coding-agent session (Claude Code, Codex, Aiderβ¦), you've seen this failure mode: an agent "health-checks" a server that died weeks ago, or confidently reports a daemon as live because an old transcript said so. Model memory is a cache with no invalidation. The OS is the source of truth.
This server started as a shell script (whats-running) I wrote after my own fleet of Claude Code sessions kept reporting stale state as live. Wrapping it in MCP means every session grounds itself the same way, automatically.
| Tool | What it answers |
|---|---|
whats_running | Full snapshot in one call β use at session start |
agent_sessions | Which agent processes are live? Terminal-attached vs detached/orphan, with pid, uptime, and working directory |
listening_ports | Is service X actually up? Every TCP LISTEN socket with owning process |
daemons | What persistent services are loaded? launchctl (macOS, non-Apple) or systemd user services (Linux), with optional label filter |
system_stats | Load average, uptime, root-disk free space |
Claude Desktop (one-click, no terminal): download the latest whats-running-mcp-<version>.dxt from Releases and open it with Claude Desktop (double-click, or Settings β Extensions β Install Extensionβ¦). The server and its dependencies ship inside the bundle β no npm, no Node install.
Register with Claude Code (available in every session):
Or in any MCP client config:
Published as whats-running-mcp on npm and as
io.github.stcmain/whats-running-mcp in the MCP Registry.
| Env var | Default | Purpose |
|---|---|---|
WR_AGENT_PATTERNS | claude,codex,aider,cursor-agent,copilot,goose | Comma-separated substrings that mark a process as an "agent" in agent_sessions |
execFile β no shell, and nothing derived from model input is ever executed. The only model-controlled inputs are a boolean and a substring filter applied in-process.Platform: macOS first (my daily driver), Linux best-effort (systemd --user in place of launchctl).
Same idea β read-only, MIT, no telemetry β pointed at different blind spots:
CLAUDE.md/AGENTS.md sizes including what their imports pull in. npx -y whats-loaded-mcpnpx -y whats-inherited-mcpnpx -y whats-allowed-mcpBuilt by Shift The Culture β we run a one-person company on AI agents and ship the tooling we needed ourselves. This server is free and MIT-licensed, no strings.
This server is the free, standalone piece of a larger multi-agent setup. The rest of that tooling is paid:
The server above stays free and MIT either way β it has no upsell in it, no telemetry, and no dependency on the paid kits.
This server is MIT and stays MIT. There is no pro edition, no telemetry, and nothing held back from the free build. Sponsorship is how the maintenance gets paid for without any of that changing.
No sponsors yet β the first slot is open. Company sponsors get their name or logo in this section, in the two sibling servers, and on the sponsor page. Tiers, exactly what the placement is, and what it explicitly does not buy: https://shifttheculture.media/sponsor
Individuals: https://paypal.me/ShiftTheCultureLLC β any amount, no perks, no tier.
MIT Β© Zachary Pampu
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/whats-running-mcp)<a href="https://allmcps.com/mcp/whats-running-mcp"><img src="https://allmcps.com/api/badge/whats-running-mcp?style=directory" alt="Whats Running MCP on AllMCPs" /></a>