git-reflog-archaeologist-mcp
Analyzes Git reflog and object metadata to provide recovery signals, helping determine if recent history or unreachable commits may be recoverable after accidental resets, branch deletions, or abandoned experiments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@git-reflog-archaeologist-mcpAnalyze my reflog for recoverable commits after a hard reset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
git-reflog-archaeologist-mcp
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 countsrecovery_signals: aggregate unreachable object counts by typestash_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.
Related MCP server: Repo Therapist
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.jsThe server uses stdio and works with Claude Desktop, Cursor, VS Code, MCP Inspector, and compatible CLI harnesses.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA specialized MCP server for in-depth analysis of git repositories, offering tools for branch overview, time period analysis, file changes, and merge recommendations.Last updated46Apache 2.0
- FlicenseAqualityDmaintenanceAn MCP server that transforms repositories into queryable knowledge by combining static code analysis with git history tracking. It allows users to investigate codebase structure, identify fragile files based on churn, and receive risk assessments through natural language queries.Last updated7
- AlicenseAqualityBmaintenanceA local MCP server that provides a safe, explicit set of Git operations for version control tasks like status, diff, branching, staging, committing, fetching, merging, and pushing.Last updated1345MIT
- Alicense-qualityDmaintenanceAn MCP server that gives AI assistants deep understanding of your local Git repositories, providing instant repo overviews, change summaries, blame analysis, changelogs, branch health checks, and history search.Last updated47MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/git-reflog-archaeologist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server