MCP Directory

MCP servers that manage Git & repos

Create issues & PRs, read commits, manage branches across GitHub/GitLab.

5 servers · Last updated June 17, 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★). 4 more compared below.

Compare 5 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)
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
Docker Hub MCP ServerLocal (stdio)API key250get_repository_info, check_repository, check_repository_tag +5

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)

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 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

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