@clinetools/git-analyzer
v0.1.0
Published
Analyze git history patterns: hotspot files, churn rate, contributor patterns, commit message quality, branch age.
Maintainers
Readme
Git History Analyzer
Analyze git history patterns: hotspot files, churn rate, contributor patterns, commit message quality, branch age.
Quick Start
npx @clinetools/git-analyzerSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add git-analyzer -- npx @clinetools/git-analyzerClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"git-analyzer": {
"command": "npx",
"args": ["@clinetools/git-analyzer"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
