git-mcp

git-mcp

3.3

If you are the rightful owner of git-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Git MCP is a Model Context Protocol server designed to manage Git operations on local repositories.

Git MCP is a server that facilitates the management of Git operations on local repositories through a Model Context Protocol (MCP) interface. It allows users to perform various Git operations such as listing repositories, creating and pushing tags, and refreshing repositories. The server is configurable via environment variables and can be installed using Smithery or manually. It is particularly useful for automating Git workflows and integrating with other tools that support MCP.

Features

  • Lists all Git repositories in a specified directory.
  • Finds and retrieves the last Git tag in a repository.
  • Lists commit messages between the last Git tag and HEAD.
  • Creates and pushes new Git tags to remote repositories.
  • Refreshes repositories by pulling updates from all remotes.