Git icon

Git

Createdkjozsa

Manages Git operations on local repositories through an MCP server.

About

Provides an MCP server interface for interacting with local Git repositories, enabling operations such as listing repositories, retrieving tag information, listing commits, creating and pushing tags, and refreshing repositories. It simplifies Git management by offering a structured API for common tasks and supports integration with other tools and services.

Key Features

  • Lists available Git repositories within a specified path.
  • Retrieves the last Git tag and its creation date for a given repository.
  • Lists commit messages between the last tag and HEAD.
  • Creates and pushes Git tags to repositories.
  • Refreshes repositories by checking out the main branch and pulling from remotes.

Use Cases

  • Automating versioning and release processes.
  • Integrating Git operations into CI/CD pipelines.
  • Providing a consistent API for Git management across different environments.
    Git MCP: Manage Git Repositories Easily