Skip to content
Cursor

worktree orbit mcp for Cursor

io.github.mrfentmen/worktree-orbit-mcp

Aggregate local Git worktree topology without exposing repository content. Tools include inspect...

client:Cursor transport:stdio runtime:npm

Install worktree orbit mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "worktree-orbit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "worktree-orbit-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

worktree orbit mcp in other clients