Git Pr
Automates Git and Pull Request operations through a Model Context Protocol (MCP) server.
Acerca de
Git Pr provides an MCP server for streamlining Git and Pull Request workflows. It offers tools for repository management, including cloning, branch creation, file writing, committing, and pushing changes. The server also facilitates automated pull request creation on GitHub and maintains state across restarts.
Características Principales
- Automates PR workflows, including cloning, branch creation, and pushing.
- Supports creating pull requests on GitHub via the PyGithub library.
- 1 GitHub stars
- Offers a Model Context Protocol (MCP) server interface for Git and PR operations
- Provides core Git operations like status, branch listing, and diff retrieval.
- Manages an 'active' repository state for simplified workflow execution.
Casos de Uso
- Simplifying repository management tasks.
- Automating pull request generation in CI/CD pipelines.
- Creating repeatable Git workflows via an API.