
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
ccmultihelper
Advanced tools
Claude Code Multi-Worktree Helper - Single-session parallel worktree automation with MCP server
🚀 Single-session parallel worktree automation with MCP server orchestration
Option 1: One-Command (Recommended)
cd /path/to/your/project
bunx ccmultihelper init
claude
Option 2: Install Globally
npm install -g ccmultihelper
cd /path/to/your/project
ccmultihelper init
claude
Option 3: MCP Server Only
# Register as MCP server (no installation needed)
claude mcp add worktree-orchestrator --scope project npx -y ccmultihelper
Use 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 setup-hooks # Setup hooks (legacy)
ccmultihelper cleanup # Clean up everything
# Using npx (downloads latest)
claude mcp add worktree-orchestrator --scope project npx -y ccmultihelper
# Using bunx
claude mcp add worktree-orchestrator --scope project bunx -y ccmultihelper
# Verify
claude mcp get worktree-orchestrator
# Local installation
claude mcp add worktree-orchestrator --scope project node dist/mcp-server.js
# Custom environment
claude mcp add worktree-orchestrator --scope project sh -c "MCP_SERVER_MODE=true node $(npm root -g)/ccmultihelper/dist/cli.js"
Claude Code Session
↓
MCP Server (worktree-orchestrator)
↓
Background Agents (tmux sessions)
↓
Git Worktrees (feature/, test/, docs/, bugfix/)
# In Claude Code
"Create a feature worktree called user-auth"
"Spawn an agent to implement OAuth login in the feature worktree"
"Show me the progress of the authentication agent"
"When done, integrate the feature branch into main"
"Spawn an agent in test worktree to run unit tests"
"Create a bugfix worktree for issue #123"
"Monitor all active agents"
git clone https://github.com/karlorz/ccmultihelper.git
cd ccmultihelper
bun install
bun run build
bun run test
# Test MCP server
echo '{}' | node dist/cli.js
# Test CLI
node dist/cli.js --version
Setup creates .claude/worktree-config.json:
{
"projectName": "my-project",
"version": "1.6.0",
"createdAt": "2025-01-21T...",
"mcpServer": {
"name": "worktree-orchestrator",
"command": "node",
"args": ["dist/mcp-server.js"]
}
}
MCP Server Not Found
bun run build # Rebuild components
claude mcp list # Check registered servers
Agent Issues
tmux list-sessions # View tmux sessions
ccmultihelper cleanup # Clean up everything
Git Worktree Issues
git worktree list # List all worktrees
git worktree prune # Clean stale worktrees
MIT License - see LICENSE file.
FAQs
Claude Code Multi-Worktree Helper - Single-session parallel worktree automation with MCP server
We found that ccmultihelper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.