Skip to main content
Version ControlPython

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.

version-controllocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/TamiShaks-2/git-context-mcp

Claude 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.

Details

Category
Version Control
Language
Python
Author
TamiShaks-2