Skip to content
Cursor

AI Process Manager (AIPM) for Cursor

io.github.agorapassadoagora-debug/aipm

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

client:Cursor transport:stdio runtime:npm

Install AI Process Manager (AIPM) 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": {
    "aipm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aipm-mcp-server"
      ],
      "env": {
        "AIPM_API": "<AIPM_API>"
      }
    }
  }
}

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

AI Process Manager (AIPM) in other clients