karlorz/ccmultihelper
Claude Code Multi-Worktree Helper - Automated workflows for parallel Claude Code sessions
Platform-specific configuration:
{
"mcpServers": {
"ccmultihelper": {
"command": "npx",
"args": [
"-y",
"ccmultihelper"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> 🚀 Single-session parallel worktree automation with MCP server orchestration
Option 1: One-Command (Recommended)
cd /path/to/your/project
bunx ccmultihelper init
claudeOption 2: Install Globally
npm install -g ccmultihelper
cd /path/to/your/project
ccmultihelper init
claudeOption 3: MCP Server Only
# Register as MCP server (no installation needed)
claude mcp add worktree-orchestrator --scope project npx -y ccmultihelperUse natural language in Claude Code:
bunx ccmultihelper init # Initialize modern setup
ccmultihelper init # Same (if installed globally)bunx ccmultihelper init --legacy # Legacy multi-session setup
ccmultihelper Loading reviews...