mcp-git-tools
5
MCP Git Tools is a library that integrates Git operations with the Model Context Protocol (MCP), offering features such as repository status, branch listing, commit history, and more. It can run as a standalone server or be integrated into an MCP client or server.
MCP Git Tools
Git tool integration library for the Model Context Protocol (MCP).
Features
- Provides Git operations callable through MCP: status, branches, log, time-filtered log, commit, pull, push, diff, add, reset.
Usage
- Run as a standalone server or integrate into an MCP client/server.
Installation
- Clone repository and build with Cargo.
Tool Details
- Detailed descriptions of tools provided such as git_status, git_branches, etc.