Orchestrate a fleet of Claude Code agents in parallel across git worktrees from one tmux session; CLI + zero-dep MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"slot-machine": {
"command": "npx",
"args": [
"-y",
"TylerBre/slot-machine"
]
}
}
}
Run in terminal:
claude mcp add slot-machine npx -y TylerBre/slot-machine
Add to .cursor/mcp.json:
{
"mcpServers": {
"slot-machine": {
"command": "npx",
"args": [
"-y",
"TylerBre/slot-machine"
]
}
}
}