git-mcp-serverMCP Server37/100 via “worktree management for parallel branch development”
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 worktree management enabling parallel development on multiple branches without switching, with structured worktree information in responses, enabling LLMs to coordinate work across multiple branches simultaneously.
vs others: More powerful than branch switching because worktrees enable true parallel development without context switching, allowing LLMs to work on multiple branches concurrently and coordinate changes across branches.