Skip to content
Cursor

What's Running for Cursor

io.github.stcmain/whats-running-mcp

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

client:Cursor transport:stdio runtime:npm

Install What's Running in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whats-running-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "whats-running-mcp"
      ],
      "env": {
        "WR_AGENT_PATTERNS": "<WR_AGENT_PATTERNS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What's Running in other clients