TamiShaks-2/git-context-mcp
Local MCP server that provides structured Git repository analysis (project status, recent activity, code map, and risk hotspots) for AI coding agents.
Quick Start
Clone the repository:
git clone https://github.com/TamiShaks-2/git-context-mcpClaude Desktop configuration example:
{
"mcpServers": {
"git-context-mcp": {
"command": "npx",
"args": [
"-y",
"TamiShaks-2/git-context-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.