whats-running-mcp

stcmain/whats-running-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server exposing live machine ground-truth (processes, listening ports, daemons, load) to agent fleets — stop guessing what's actually running.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whats-running-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stcmain/whats-running-mcp"
      ]
    }
  }
}

README Excerpt

**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 li

Tools (6)

WR_AGENT_PATTERNSagent_sessionsdaemonslistening_portssystem_statswhats_running

Topics

ai-agentsclaudeclaude-codedevtoolsmcpmcp-servermodel-context-protocolobservabilitytypescript