git-mcp-serverMCP Server37/100 via “structured git repository cloning with validation and error recovery”
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: Wraps git clone with Zod schema validation and structured error translation, converting raw Git CLI errors into MCP-compliant error responses that include error codes and recovery suggestions rather than raw stderr output.
vs others: More reliable than raw git CLI invocation because it validates inputs before execution, captures and translates errors into actionable messages, and supports shallow cloning for bandwidth optimization — features missing from basic Git command wrappers.