Skip to content
Gemini CLI

AI Process Manager (AIPM) for Gemini CLI

io.github.agorapassadoagora-debug/aipm

Structured Windows state for AI agents: processes, windows, UI trees. No screenshots.

client:Gemini CLI transport:stdio runtime:npm

Install AI Process Manager (AIPM) in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "aipm": {
      "command": "npx",
      "args": [
        "-y",
        "aipm-mcp-server"
      ],
      "env": {
        "AIPM_API": "<AIPM_API>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

AI Process Manager (AIPM) in other clients