Git PR Manager
by pacphi
Automate pull request management across GitHub, GitLab, and Bitbucket from a single configuration.
What it does
Git PR Manager is a Go-based MCP server that automates the lifecycle of pull requests across multiple Git providers. It allows AI assistants to watch repositories, check PR status, and automatically merge ready PRs based on trusted actors (like Dependabot or Renovate).
Tools
check: Analyze PR status across all configured repositories.merge: Execute merges for PRs that meet safety and approval criteria.stats: Retrieve analytics and statistics for PR activity.validate: Check connectivity and configuration for Git providers.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"git-pr-manager": {
"command": "git-pr-cli",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop and various IDE-integrated MCP clients.
Quick install
curl -L -o git-pr-cli https://github.com/pacphi/git-pr-manager/releases/latest/download/git-pr-cli-darwin-arm64 && chmod +x git-pr-cliInformation
- Pricing
- free
- Published
- 4/18/2026
- stars






