Back to MCP Servers
Git Context
Local MCP server that provides structured Git repository analysis (project status, recent activity, code map, and risk hotspots) for AI coding agents.
version-controlaiagent
By TamiShaks-2
Installation
npx -y git-context-mcpConfiguration
{
"mcpServers": {
"git-context-mcp": {
"command": "npx",
"args": ["-y", "git-context-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes