git-mcp-serverMCP Server37/100 via “commit creation with staged changes validation and message templating”
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: Validates staged changes before committing and provides structured commit metadata in response, preventing silent failures from empty commits and enabling clients to track commit hashes for subsequent operations like pushing or tagging.
vs others: More robust than raw git commit invocation because it validates preconditions (staged changes exist), prevents empty commits, and returns structured metadata enabling downstream operations, rather than just executing the command and returning exit codes.