Manage parallel Git worktrees to work across branches without stashing.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "hop-mcp" yet — see the docs or source repo.
Use hop-mcp to create two separate worktrees for the current repo: one for feature/login and one for feature/billing, and show their paths.
A list of created worktrees with their branches and directory paths for parallel development.
I’m developing a new feature, but I need to urgently fix a bug on main. Use hop-mcp to create a new worktree from main for hotfix/crash while keeping my current workspace untouched.
A new hotfix worktree is created without affecting current uncommitted changes, ready for immediate work.
List all Git worktrees in the current repository, show their branches, and remove the worktrees that are already merged and no longer needed.
A current worktree inventory plus safe cleanup of obsolete worktrees.
Use full Git operations through MCP to manage repositories and collaboration.
Manage GitHub repositories, branches, pull requests, and commits through an MCP server.
Break down dev tasks into isolated plans and create ready git worktrees.
Connect GitHub repos so AI can analyze and build from real code.
Inspect and analyze Git diffs to improve code review and debugging.
Read GitHub repo structure and key files to understand projects faster.