Git
by Anthropic (reference)
Git
6,000431/mov0.0.2stdioVerified on npm
Developer ToolsMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"mcp-server-git"
]
}
}
}Overview
Read, search and manipulate local Git repositories — view diffs, commit history, branches and blame. Enables agents to understand and work with version control directly.
Tools (5)
git_statusShow working-tree status
git_diffShow changes
git_logShow commit history
git_commitRecord changes
git_create_branchCreate a branch
Key features
- Local repo inspection
- Diffs and history
- Commits and branches
Use cases
- Understand recent changes
- Automate commits
- Review history before edits
Frequently asked questions about Git
Yes, it operates on your local Git repository.
Did you find this helpful?