prlt is an agent orchestration CLI for managing AI workers across isolated git branches and workspaces. It creates tickets, spawns agents to work on them, and can run as a built-in MCP server for AI clients.
From the registry: Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

$ npm install -g @proletariat/clihttps://www.npmjs.com/package/@proletariat/cli)$ claude loginPlease install the `proletariat-cli` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Proletariat CLI** — Install the prlt CLI. The README shows Homebrew and global npm/pnpm installs; for portability, prefer npm. Run: `npm install -g @proletariat/cli` (https://www.npmjs.com/package/@proletariat/cli))
- **Install Node.js 20+** — Node.js 20 or newer is required; the README recommends Node.js 22 LTS.
- **Install Git** — Git is required by prlt for repository and branch operations.
- **Install Claude Code and authenticate** — Claude Code is listed as a requirement. Authenticate separately with Claude Code before using agent features. Run: `claude login`
- **Install SQLite** — SQLite is listed as a requirement.
- **Install tmux** — tmux is required for session persistence.
Optional prerequisites:
- Install Docker (optional) — Docker is optional and only needed for isolated container execution modes.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@proletariat/cli","mcp-server"]
- optional environment variables:
- `GITHUB_TOKEN`: GitHub token used for GitHub operations such as pull requests. (example: `<your-github-token>`)
Note: The README also shows a direct local command form after installation: command `prlt` with args `["mcp-server"]`. For maximum portability across clients, the npx form is preferred.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support