Tools to read, search, and manipulate Git repositories. Supports diff, log, commit, branch operations and more.
npx -y @modelcontextprotocol/server-git
```json
{
"mcpServers": {
"git": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-git", "--repository", "/path/to/repo"]
}
}
}
```
git_statusgit_diffgit_loggit_commitgit_branchTools to read, search, and manipulate Git repositories. Supports diff, log, commit, branch operations and more.
Language: TypeScript
Category: Developer Tools