What's Running for Gemini CLI
io.github.stcmain/whats-running-mcp
Live OS ground truth for agents: running agent sessions, listening ports, daemons, system load.
client:Gemini CLI
transport:stdio
runtime:npm
Install What's Running in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"whats-running-mcp": {
"command": "npx",
"args": [
"-y",
"whats-running-mcp"
],
"env": {
"WR_AGENT_PATTERNS": "<WR_AGENT_PATTERNS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs