Command Palette

Search for a command to run...

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

Git Reflog Archaeologist

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

This MCP server analyzes Git reflog and object data to provide recovery signals after accidental resets or deletions, helping assess whether lost commits or bra

GitHubEmbed

Описание

This MCP server analyzes Git reflog and object data to provide recovery signals after accidental resets or deletions, helping assess whether lost commits or branches may still be recoverable without exposing sensitive details.

README

Git Reflog Archaeologist is a local MCP for the moment after an accidental reset, deleted branch, or abandoned experiment. It looks at Git metadata that can help answer whether recovery may still be possible.

Tools

  • reflog_signals: aggregate reflog count, age buckets, and loose or packed object counts
  • recovery_signals: aggregate unreachable object counts by type
  • stash_signals: aggregate stash count and age buckets

The outputs include coarse recovery hints such as recent-history-may-be-recoverable or unreachable-commits-found. They do not return commit hashes, subjects, ref names, file paths, remote names, author data, or file contents.

Safety

  • Local Git commands only. No network access is used.
  • The selected repository must stay inside GIT_ARCHAEOLOGY_ROOT.
  • Git output is line and count bounded.
  • The server never runs mutating commands such as reset, reflog expire, prune, or garbage collection.
  • This is a recovery signal tool, not a guarantee that an object can be restored.

Run

npm install
npm run build
node dist/index.js

The server uses stdio and works with Claude Desktop, Cursor, VS Code, MCP Inspector, and compatible CLI harnesses.

from github.com/mrfentmen/git-reflog-archaeologist-mcp

Установка Git Reflog Archaeologist

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

▸ github.com/mrfentmen/git-reflog-archaeologist-mcp

FAQ

Git Reflog Archaeologist MCP бесплатный?

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

Нужен ли API-ключ для Git Reflog Archaeologist?

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

Git Reflog Archaeologist — hosted или self-hosted?

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

Как установить Git Reflog Archaeologist в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare Git Reflog Archaeologist with

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

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

Автор?

Embed-бейдж для README

Похожее

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