Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Worktree Orbit

БесплатноНе проверен

Provides read-only inspection of Git worktree topology, reporting aggregate counts and statuses (clean, dirty, detached, locked, prunable). Ensures safety by li

GitHubEmbed

Описание

Provides read-only inspection of Git worktree topology, reporting aggregate counts and statuses (clean, dirty, detached, locked, prunable). Ensures safety by limiting commands to a configured root and never exposing paths or content.

README

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

npm install
npm run build
node dist/index.js

from github.com/mrfentmen/worktree-orbit-mcp

Установка Worktree Orbit

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mrfentmen/worktree-orbit-mcp

FAQ

Worktree Orbit MCP бесплатный?

Да, Worktree Orbit MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Worktree Orbit?

Нет, Worktree Orbit работает без API-ключей и переменных окружения.

Worktree Orbit — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Worktree Orbit в Claude Desktop, Claude Code или Cursor?

Открой Worktree Orbit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Worktree Orbit with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development