Auto-sync Git worktrees with remote branches. Includes an MCP server so Claude Code, Cursor & other AI agents can inspect and manage worktrees.
{
"mcpServers": {
"sync-worktrees": {
"command": "npx",
"args": [
"-y",
"sync-worktrees"
]
}
}
}