hrirkslab/git-time-machine
A Rust-based MCP (Model Context Protocol) server that provides git history insights to AI assistants like GitHub Copilot. This server exposes tools and context providers that allow LLMs to reason about the evolution of your codebase.
Platform-specific configuration:
{
"mcpServers": {
"git-time-machine": {
"command": "npx",
"args": [
"-y",
"git-time-machine"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...