mcp-git-chronicle
Provides Git repository analysis tools for AI agents, including churn hotspot detection (files with high additions/deletions and commit volume), co-change coupling analysis (files that historically change together), and recent commit context summaries.
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., "@mcp-git-chronicleFind the files with the highest churn in the last 90 days"
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.
mcp-git-chronicle
A zero-dependency Model Context Protocol (MCP) server providing deep Git archaeology, churn hotspot detection, and co-change coupling analysis to AI coding agents (OpenCode, Cursor, Claude Code).
Why mcp-git-chronicle?
AI coding agents make bad assumptions when editing code without knowing the repository's history:
Volatile Code: They modify fragile files that historically cause high bug rates.
Hidden Coupling: They edit a function or schema in File A, completely unaware that File B and File C always need matching changes.
Missing Context: They fail to understand why a particular architecture decision was made 3 months ago.
mcp-git-chronicle connects your agents directly to local Git plumbing via standard MCP tools over stdio.
Related MCP server: repowise
Tools Exposed
Tool Name | Parameters | Description |
|
| Identifies top files with highest churn (additions + deletions) and commit volume. |
|
| Calculates semantic file coupling (which files historically commit together with target). |
|
| Summarizes recent commit subjects, hashes, and authors to anchor agent awareness. |
Setup with Coding Agents
OpenCode / Cursor (~/.config/opencode/config.json or .cursor/mcp.json)
{
"mcpServers": {
"git-chronicle": {
"command": "npx",
"args": ["-y", "mcp-git-chronicle"]
}
}
}Claude Code
claude mcp add git-chronicle npx mcp-git-chronicleLicense
MIT © luckdevx
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.
AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
Behavioral drift context (Behavioral Load Map, hot paths, release brief) for coding agents, per PR.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAutomatically extracts architectural decisions, patterns, and insights from Git commits to build a local, structured project memory. It exposes this living context to AI tools via MCP, allowing them to understand the historical reasoning and evolution behind your codebase.117MIT
- AlicenseAqualityAmaintenanceProvides AI coding agents with five intelligence layers (dependency graph, git history, documentation, architectural decisions, code health) via nine MCP tools, enabling deep codebase understanding and reducing exploration cost.106,340AGPL 3.0
- FlicenseNot gradedqualityAmaintenanceAnalyzes repositories, explains architecture, calculates change impact, and enforces guardrails for AI Agents like Claude Code, Cursor, and Codex via MCP tools.-
- AlicenseBqualityAmaintenanceGive your AI coding agent superpowers over git history — auto-generate changelogs, analyze commits, attribute blame, and draft release notes via MCP. Zero runtime dependencies.61MIT
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/luckdevx/mcp-git-chronicle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server