git

git

Created by modelcontextprotocol 2 months ago 11 views 🔗

Tools to read, search, and manipulate Git repositories

Featured Trending New
# Git MCP Server The Git MCP Server provides tools to read, search, and manipulate local Git repositories. ## Features - Repository inspection and analysis - Commit history exploration - Branch management - Diff generation and analysis - File history tracking - Blame information retrieval ## Setup ```bash uvx mcp-server-git --repository /path/to/your/repo ``` ## Use Cases - Code exploration and understanding - Commit history analysis - Change tracking - Code authorship investigation - Branch management and organization