← Back to Plugins
MCP Server MCP

What's Running

github By github 👁 1 views ▲ 0 votes

Live OS ground truth for agents: running agent sessions, listening ports, daemons, system load.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "whats-running-mcp",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated process-name substrings treated as agent sessions. Default: claude,codex,aider,cursor-agent,copilot,goose",
          "format": "string",
          "name": "WR_AGENT_PATTERNS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...