Skip to content
Zed

AI Process Manager (AIPM) for Zed

io.github.agorapassadoagora-debug/aipm

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

client:Zed transport:stdio runtime:npm

Install AI Process Manager (AIPM) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

AI Process Manager (AIPM) in other clients