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
{
"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