Skip to main content
ClaudeWave
mrfentmen avatar
mrfentmen

worktree-orbit-mcp

View on GitHub

Aggregate local Git worktree topology without exposing repository content.

ToolsOfficial Registry0 stars0 forksTypeScriptUpdated 1mo ago
ClaudeWave Trust Score
57/100
· OK
Passed
  • Recently active
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Get started
Method: Clone
Terminal
git clone https://github.com/mrfentmen/worktree-orbit-mcp
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# worktree-orbit-mcp

Worktree Orbit is a local MCP for developers who keep several Git worktrees alive at once. It answers whether a repository has parallel worktrees, whether they are clean, and whether detached, locked, or prunable worktrees need attention.

## Tool

- `inspect_worktree_topology`: returns aggregate worktree count, primary and linked counts, clean or dirty counts, detached state, lock state, prunable state, and a coarse topology hint.

It never returns paths, branch names, hashes, remotes, lock reasons, subjects, authors, or file contents.

## Safety

- Local Git commands only. No network access is used.
- The selected repository must stay inside `WORKTREE_ORBIT_ROOT`.
- Commands are read-only: the server does not add, remove, move, lock, unlock, reset, prune, or modify worktrees.
- Worktree status checks are bounded and time limited.
- Results are aggregate signals, not a replacement for inspecting a specific worktree before deleting it.

## Run

```bash
npm install
npm run build
node dist/index.js
```

What people ask about worktree-orbit-mcp

What is mrfentmen/worktree-orbit-mcp?

+

mrfentmen/worktree-orbit-mcp is tools for the Claude AI ecosystem. Aggregate local Git worktree topology without exposing repository content. It has 0 GitHub stars and its last recorded update is dated 2026-08-09.

How do I install worktree-orbit-mcp?

+

You can install worktree-orbit-mcp by cloning the repository (https://github.com/mrfentmen/worktree-orbit-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrfentmen/worktree-orbit-mcp safe to use?

+

Our security agent has analyzed mrfentmen/worktree-orbit-mcp and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mrfentmen/worktree-orbit-mcp?

+

mrfentmen/worktree-orbit-mcp is maintained by mrfentmen. The last recorded GitHub activity is dated 2026-08-09, with 0 open issues.

Are there alternatives to worktree-orbit-mcp?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy worktree-orbit-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrfentmen/worktree-orbit-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrfentmen-worktree-orbit-mcp)](https://claudewave.com/repo/mrfentmen-worktree-orbit-mcp)
<a href="https://claudewave.com/repo/mrfentmen-worktree-orbit-mcp"><img src="https://claudewave.com/api/badge/mrfentmen-worktree-orbit-mcp" alt="Featured on ClaudeWave: mrfentmen/worktree-orbit-mcp" width="320" height="64" /></a>