MCP server for managing git worktrees with synchronized branches. Provides tools for creating isolated development environments, tracking changes, and managing collaborative workflows.
{
"mcpServers": {
"git-worktree-toolbox": {
"command": "npx",
"args": [
"-y",
"git-worktree-toolbox"
]
}
}
}