Gives Claude read-only access to your Git repository through the standard command-line operations you already know: log, show, diff, status, blame, and grep. You'd use this when you want an AI to analyze commit history, explain what changed between branches, track down when a bug was introduced, or search through your codebase without any risk of modifying anything. The stdio transport means it runs locally and talks directly to your Git repos. No write operations are exposed, so it's safe to point at production repositories for investigation and analysis work.
claude mcp add --transport stdio io.github.infoinlet-marketplace-mcp-git uvx mcp-git