DEV Community
•
2026-03-25 09:17
The Git MCP Server — Anthropic's Official Reference (With the Missing Push Button)
At a glance: ~81,700 stars (monorepo), 12 tools, ~256K weekly PyPI downloads, 2.4M PulseMCP all-time (#17 globally). Rating: 3/5.
Twelve tools. No push. That's the Git MCP server in a nutshell.
The 12 Tools
git_status, git_diff_unstaged, git_diff_staged, git_diff, git_add, git_reset, git_commit, git_log, git_show, git_create_branch, git_checkout, git_branch
Everything you need for lo...