GitIntel MCP Server
未认领A Git intelligence MCP server built with Node.js and TypeScript that analyzes local Git repositories to surface insights like hotspots, churn, temporal coupling, knowledge maps, and risk scoring. Designed for AI agents, it exposes repository analytics tools through the Model Context Protocol (MCP) while keeping all data local and read-only.
安装
claude mcp add git-intel -- node /absolute/path/to/mcp-server/dist/index.js工具(12 个)
branch_risk
Branch staleness, divergence, and merge risk analysis
churn
Code written then rewritten (additions vs deletions)
code_age
Age map showing when each file was last modified
commit_patterns
Day-of-week, hour-of-day, commit size distributions
complexity_trend
How a file's complexity evolves over time
contributor_stats
Team dynamics, collaboration graph, knowledge silos
coupling
Files that always change together
file_history
Full commit history of a single file with rename tracking
hotspots
Files that change most frequently
knowledge_map
Who knows a file/directory best, weighted by recency
release_notes
Structured changelog from conventional commits
risk_assessment
Risk score (0-100) for uncommitted or committed changes