MCP servers that manage Git & repos
Create issues & PRs, read commits, manage branches across GitHub/GitLab.
22 servers · Last updated August 1, 2026
TL;DR: These servers let an agent work with version control — opening issues and pull requests, reading commits and diffs, managing branches. They're the core of coding and DevRel agents. Official vendor servers (GitHub, GitLab) tend to expose the richest, best-maintained tool sets.
Bottom line: if you only try one, Git (Reference) is the most popular, verified option for this (74,000★). 21 more compared below.
Compare 22 servers
| Server | Transport | Auth | Verified | Stars | Tools for this |
|---|---|---|---|---|---|
| Git (Reference) | Local (stdio) | No auth | 74,000 | git_commit, git_create_branch, git_branch | |
| GitHub MCP Server | Local (stdio) | API key | 30,600 | issues (toolset), pull_requests (toolset) | |
| Repomix MCP Server | Local (stdio) | No auth | — | 26,759 | pack_remote_repository, read_repomix_output, grep_repomix_output |
| codebase-memory-mcp | Local (stdio) | No auth | — | 16,034 | index_repository |
| CodeGraphContext | Local (stdio) | No auth | — | 3,765 | list_indexed_repositories, delete_repository, get_repository_stats +1 |
| Radar | Remote (HTTP) | No auth | — | 2,425 | issues |
| Azure DevOps MCP Server | Local (stdio) | OAuth | — | 1,855 | mcp_ado_wit_link_work_item_to_pull_request, mcp_ado_repo_list_repos_by_project, mcp_ado_repo_list_branches_by_repo +7 |
| GitLab MCP Server (zereight) | Local (stdio) | API key | 1,700 | create_merge_request, get_merge_request_diffs, create_merge_request_note +4 | |
| Sentry MCP Server (remote) | Remote (HTTP) | OAuth | 1,100 | get_issue_details, search_issues, analyze_issue_with_seer +1 | |
| SonarQube MCP Server | Local (stdio) | API key | — | 586 | change_sonar_issue_status, search_sonar_issues_in_projects, list_branches +1 |
| Salesforce DX MCP Server | Local (stdio) | OAuth | — | 432 | commit_devops_center_work_item, check_devops_center_commit_status, create_devops_center_pull_request +3 |
| Token Optimizer MCP | Local (stdio) | No auth | — | 409 | smart_branch, smart_merge |
| Docker Hub MCP Server | Local (stdio) | API key | 250 | get_repository_info, check_repository, check_repository_tag +5 | |
| mcp-k8s | Local (stdio) | No auth | — | 146 | list_helm_repositories, add_helm_repository, remove_helm_repository |
| LeetCode MCP Server | Local (stdio) | API key | — | 118 | get_problem_submission_report |
| EvalView | Local (stdio) | No auth | — | 117 | generate_visual_report |
| DigitalOcean MCP | Local (stdio) | API key | — | 80 | commit_app_rollback |
| Bitrise MCP Server | Remote (HTTP) | OAuth | — | 39 | list_branches |
| MK QA Master | Local (stdio) | No auth | — | 37 | get_test_report, generate_html_report |
| MCP ADR Analysis Server | Local (stdio) | API key | — | 30 | get_staleness_report |
| Aibolit MCP Server | Local (stdio) | No auth | — | 26 | find_the_most_critical_design_issue |
| File Merger MCP Server | Local (stdio) | No auth | — | 26 | merge_files |
The servers
Official MCP server for reading, searching, and manipulating a local Git repository's files and history.
GitHub's official server for repos, issues, PRs, and Actions — local Docker or hosted remote.
Pack any local or remote repository into one AI-ready file your agent can grep and read incrementally.
Code intelligence engine that indexes repos into a persistent knowledge graph for AI coding agents.
Index local code into a graph database to give AI assistants deep, queryable code context.
Built-in MCP server for the open-source Kubernetes UI — lets AI assistants query and operate your cluster.
Bring Azure DevOps context — work items, repos, pipelines, wikis, test plans — to your AI agents.
Popular community GitLab MCP server for projects, MRs, issues, pipelines, wikis and releases.
Official hosted Sentry MCP for investigating issues, errors, traces and performance data.
Official SonarQube MCP server: bring code quality, security, and coverage analysis from SonarQube Server or Cloud into AI agents.
Salesforce's official DX server: run SOQL, deploy and retrieve metadata, run Apex tests and manage orgs from your agent.
Cut Claude Code context usage 60-90% via caching, Brotli compression, and smart tool replacements.
Official Docker Hub MCP server for searching images, reading metadata and managing repositories.
Kubernetes MCP server: manage cluster resources and Helm releases through MCP tools, with fine-grained write controls.
Integrate LeetCode problems, solutions, contests, and user data into MCP clients, supporting leetcode.com and leetcode.cn.
Behavior regression gate for AI agents — snapshot behavior, diff tool calls, and catch silent regressions, exposed to Claude Code over MCP.
DigitalOcean's App Platform MCP: deploy apps, tail logs, roll back. Archived — superseded by mcp-digitalocean.
Manage Bitrise apps, builds, artifacts, pipelines and releases from your AI assistant.
Universal MCP server that drives your test suite end-to-end: run pytest/Jest/Cypress/Go/Maestro, analyze pages, generate tests, and advise.
AI-powered architectural decision analysis and ADR management for AI coding assistants.
Points your AI agent to the most critical design issue in Java code so refactoring fixes what matters.
Combine multiple files into one — fast, secure, and limited to directories you allow.
Use these in a stack
FAQ
Official GitHub MCP vs community ones?
GitHub's official server is actively maintained with toolset configuration and the broadest coverage; community servers can be lighter or target self-hosted setups.
Can these review code, not just read it?
Many expose PR review/comment tools in addition to read — combine with a code-search or filesystem server for deeper review agents.