proletariat cli for VS Code
io.github.chrismcdermut/proletariat-cli
Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows
client:VS Code
transport:stdio
runtime:npm
Install proletariat cli in VS Code
.vscode/mcp.json
{
"servers": {
"proletariat-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@proletariat/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs