git-mcp-serverMCP Server37/100 via “branch management with creation, switching, deletion, and listing”
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.
Unique: Provides separate tools for each branch operation (create, switch, delete, list) with validation and structured output, enabling fine-grained control and error handling rather than a single generic branch tool that requires complex parameter interpretation.
vs others: More composable than monolithic branch management because each operation is a separate tool with clear inputs/outputs, enabling LLMs to reason about branch state and make decisions about which operation to perform next.