worktree orbit mcp for VS Code
io.github.mrfentmen/worktree-orbit-mcp
Aggregate local Git worktree topology without exposing repository content. Tools include inspect...
client:VS Code
transport:stdio
runtime:npm
Install worktree orbit mcp in VS Code
.vscode/mcp.json
{
"servers": {
"worktree-orbit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"worktree-orbit-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs