AI Process Manager (AIPM) for VS Code
io.github.agorapassadoagora-debug/aipm
Structured Windows state for AI agents: processes, windows, UI trees. No screenshots.
client:VS Code
transport:stdio
runtime:npm
Install AI Process Manager (AIPM) in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "aipm-api",
"description": "AIPM_API",
"password": true
}
],
"servers": {
"aipm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aipm-mcp-server"
],
"env": {
"AIPM_API": "${input:aipm-api}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs