mcpbeat Sign in

Proletariat CLI MCP Server

by chrismcdermut Your server? Claim it
local only

Proletariat CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 191 installs a week from npm. Last commit 8 Jun 2026.

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

Installs per day peak 162 · avg 36 · +20% w/w
a month agotoday
191
Installs / week
npm · @proletariat/cli
35
Stars
8 open issues
8 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions apps/cli/src/lib/gc/index.ts:456
      'rm -rf /home/node/.claude/projects 2>/dev/null; ' +
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: (npm rebuild better-sqlite3 || npm rebuild better-sqlite3 || true) && node ./bin/validate-better-sqlite3.cjs
File ships in the package but is absent from the source [пакет] bin/validate-better-sqlite3.cjs:1, [пакет] bin/dev.js:1, [пакет] bin/run.js:1
этот файл ставится пользователю, но в репозитории его нет
const files = execSync(`grep -rl "aliases: \\['machine'\\]" ${cmdDir}`, { encoding: 'utf-8' })
    '<%= config.bin %> <%= command.id %> --name slack-notify --event work:pr_created --action-type webhook --action-value "https://hooks.slack.com/..."',
Asks for container control access apps/cli/src/lib/execution/runners/orchestrator.ts:141
      `-v /var/run/docker.sock:/var/run/docker.sock`,
Image runs as root docker/catchall/Dockerfile:9
USER root

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Proletariat CLI and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add proletariat-cli -- npx -y @proletariat/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proletariat-cli": {
      "args": [
        "-y",
        "@proletariat/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.proletariat-cli]
command = "npx"
args = ["-y", "@proletariat/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "proletariat-cli": {
      "args": [
        "-y",
        "@proletariat/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "proletariat-cli": {
      "args": [
        "-y",
        "@proletariat/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Proletariat CLI

same job, measured the same way
Agentpmt
by agentpmt

AI agent marketplace for automated employees, workflows, skills, and tool orchestration.

answering
Flow Nexus
by ruvnet

Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation

1 612 installs/wk local only
Task-Orchestrator
by evozim

Multi-agent swarm planner and project sprint allocator.

answering
Tachibot MCP
by bypawel

Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.

413 installs/wk local only
junai Pipeline MCP
by saajunaid

Agentic pipeline orchestration MCP server for AI-driven development workflows.

205 installs/wk local only
C
QualeQuest — AI Agent Governance Platform
by qualequest

Multi-agent governance: task orchestration, compliance, decision validation, and ML predictions.

answering
Dpf It
by dpf-it

AI-powered data integration platform. Onboard users and run DPF data workflows.

18 tools answering
C
It
by it-dpf

AI-powered data integration platform. Onboard users and run DPF data workflows.

local only

Proletariat CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for Proletariat CLI?
Proletariat CLI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @proletariat/cli was installed 191 times last week.
How do I connect Proletariat CLI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @proletariat/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Proletariat CLI?
The npm package @proletariat/cli was installed 191 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Proletariat CLI open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 35 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.