mcpbeat Sign in

Worktree Orbit MCP Server

local only

Worktree Orbit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

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

Installs / week
npm · worktree-orbit-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Worktree Orbit MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add worktree-orbit-mcp -- npx -y worktree-orbit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "worktree-orbit-mcp": {
      "args": [
        "-y",
        "worktree-orbit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.worktree-orbit-mcp]
command = "npx"
args = ["-y", "worktree-orbit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "worktree-orbit-mcp": {
      "args": [
        "-y",
        "worktree-orbit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "worktree-orbit-mcp": {
      "args": [
        "-y",
        "worktree-orbit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Worktree Orbit MCP

same job, measured the same way
Git Reflog Archaeologist MCP
by mrfentmen

Aggregate local Git reflog and recovery signals without exposing repository content. Tools...

local only
Repo Forensics MCP
by mrfentmen

Local read-only MCP tools for Git repository archaeology, churn, hotspots, and hygiene. Tools...

local only
Repovine
by legann

Checkout-local repository context graph over MCP; `npx repovine setup` wires skills, agents, hooks.

44 installs/wk local only
Sippion
by sitten-tokyo

Local read-only repository context retrieval for AI coding agents.

local only
A2ahub
by ydnikolaev

Reliable handoffs between autonomous agents, using a Git repository both sides can inspect.

local only
Codepet MCP
by mrfentmen

Local MCP companion for CodePet status, quests, and source-free coding events. Tools include get...

local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

33 installs/wk local only

Worktree Orbit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Worktree Orbit MCP?
Worktree Orbit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package worktree-orbit-mcp.
How do I connect Worktree Orbit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls worktree-orbit-mcp straight from npm; nothing to host, nothing to sign up for.
Is Worktree Orbit MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.