proletariat cli for Grok
io.github.chrismcdermut/proletariat-cli
Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows
client:Grok
transport:stdio
runtime:npm
Install proletariat cli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"proletariat-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@proletariat/cli"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs