Skip to content
Cursor

proletariat cli for Cursor

io.github.chrismcdermut/proletariat-cli

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

client:Cursor transport:stdio runtime:npm

Install proletariat cli in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "proletariat-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@proletariat/cli"
      ]
    }
  }
}

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

proletariat cli in other clients