MCP Directory

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

ServerTransportAuthVerifiedStarsTools for this
Git (Reference)Local (stdio)No auth74,000git_commit, git_create_branch, git_branch
GitHub MCP ServerLocal (stdio)API key30,600issues (toolset), pull_requests (toolset)
Repomix MCP ServerLocal (stdio)No auth26,759pack_remote_repository, read_repomix_output, grep_repomix_output
codebase-memory-mcpLocal (stdio)No auth16,034index_repository
CodeGraphContextLocal (stdio)No auth3,765list_indexed_repositories, delete_repository, get_repository_stats +1
RadarRemote (HTTP)No auth2,425issues
Azure DevOps MCP ServerLocal (stdio)OAuth1,855mcp_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 key1,700create_merge_request, get_merge_request_diffs, create_merge_request_note +4
Sentry MCP Server (remote)Remote (HTTP)OAuth1,100get_issue_details, search_issues, analyze_issue_with_seer +1
SonarQube MCP ServerLocal (stdio)API key586change_sonar_issue_status, search_sonar_issues_in_projects, list_branches +1
Salesforce DX MCP ServerLocal (stdio)OAuth432commit_devops_center_work_item, check_devops_center_commit_status, create_devops_center_pull_request +3
Token Optimizer MCPLocal (stdio)No auth409smart_branch, smart_merge
Docker Hub MCP ServerLocal (stdio)API key250get_repository_info, check_repository, check_repository_tag +5
mcp-k8sLocal (stdio)No auth146list_helm_repositories, add_helm_repository, remove_helm_repository
LeetCode MCP ServerLocal (stdio)API key118get_problem_submission_report
EvalViewLocal (stdio)No auth117generate_visual_report
DigitalOcean MCPLocal (stdio)API key80commit_app_rollback
Bitrise MCP ServerRemote (HTTP)OAuth39list_branches
MK QA MasterLocal (stdio)No auth37get_test_report, generate_html_report
MCP ADR Analysis ServerLocal (stdio)API key30get_staleness_report
Aibolit MCP ServerLocal (stdio)No auth26find_the_most_critical_design_issue
File Merger MCP ServerLocal (stdio)No auth26merge_files

The servers

Official MCP server for reading, searching, and manipulating a local Git repository's files and history.

git_commitgit_create_branchgit_branch

GitHub's official server for repos, issues, PRs, and Actions — local Docker or hosted remote.

issues (toolset)pull_requests (toolset)

Pack any local or remote repository into one AI-ready file your agent can grep and read incrementally.

pack_remote_repositoryread_repomix_outputgrep_repomix_output

Code intelligence engine that indexes repos into a persistent knowledge graph for AI coding agents.

index_repository

Index local code into a graph database to give AI assistants deep, queryable code context.

list_indexed_repositoriesdelete_repositoryget_repository_statsgenerate_report

Built-in MCP server for the open-source Kubernetes UI — lets AI assistants query and operate your cluster.

issues

Bring Azure DevOps context — work items, repos, pipelines, wikis, test plans — to your AI agents.

mcp_ado_wit_link_work_item_to_pull_requestmcp_ado_repo_list_repos_by_projectmcp_ado_repo_list_branches_by_repomcp_ado_repo_create_branchmcp_ado_repo_search_commitsmcp_ado_repo_create_pull_request

Popular community GitLab MCP server for projects, MRs, issues, pipelines, wikis and releases.

create_merge_requestget_merge_request_diffscreate_merge_request_notecreate_issuelist_issuesupdate_issue

Official hosted Sentry MCP for investigating issues, errors, traces and performance data.

get_issue_detailssearch_issuesanalyze_issue_with_seerupdate_issue

Official SonarQube MCP server: bring code quality, security, and coverage analysis from SonarQube Server or Cloud into AI agents.

change_sonar_issue_statussearch_sonar_issues_in_projectslist_brancheslist_pull_requests

Salesforce's official DX server: run SOQL, deploy and retrieve metadata, run Apex tests and manage orgs from your agent.

commit_devops_center_work_itemcheck_devops_center_commit_statuscreate_devops_center_pull_requestdetect_devops_center_merge_conflictresolve_devops_center_merge_conflictscore_issues

Cut Claude Code context usage 60-90% via caching, Brotli compression, and smart tool replacements.

smart_branchsmart_merge

Official Docker Hub MCP server for searching images, reading metadata and managing repositories.

get_repository_infocheck_repositorycheck_repository_taglist_repository_tagsread_repository_taglist_repositories_by_namespace

Kubernetes MCP server: manage cluster resources and Helm releases through MCP tools, with fine-grained write controls.

list_helm_repositoriesadd_helm_repositoryremove_helm_repository

Integrate LeetCode problems, solutions, contests, and user data into MCP clients, supporting leetcode.com and leetcode.cn.

get_problem_submission_report

Behavior regression gate for AI agents — snapshot behavior, diff tool calls, and catch silent regressions, exposed to Claude Code over MCP.

generate_visual_report

DigitalOcean's App Platform MCP: deploy apps, tail logs, roll back. Archived — superseded by mcp-digitalocean.

commit_app_rollback

Manage Bitrise apps, builds, artifacts, pipelines and releases from your AI assistant.

list_branches

Universal MCP server that drives your test suite end-to-end: run pytest/Jest/Cypress/Go/Maestro, analyze pages, generate tests, and advise.

get_test_reportgenerate_html_report

AI-powered architectural decision analysis and ADR management for AI coding assistants.

get_staleness_report

Points your AI agent to the most critical design issue in Java code so refactoring fixes what matters.

find_the_most_critical_design_issue

Combine multiple files into one — fast, secure, and limited to directories you allow.

merge_files

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.

Other capabilities