git-mcp-serverMCP Server37/100 via “mcp-standardized git tool exposure via schema-based function registry”
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: Uses a consistent three-file architecture pattern (logic/handler/schema) across all 25+ Git tools, enabling predictable tool registration and reducing boilerplate. Implements 'Logic Throws, Handler Catches' principle where business logic throws domain errors and MCP handlers translate them to protocol-compliant responses.
vs others: More standardized and discoverable than custom REST APIs or direct CLI wrapping because it leverages MCP's native tool schema negotiation, allowing any MCP-compatible client to auto-discover Git capabilities without client-side configuration.