Best MCP Servers for Version Control & Git
MCP servers that integrate with Git, GitHub, and other code repositories.
Version-control MCP servers extend your AI agent with repository awareness — from reading commit history to opening pull requests. They are essential for coding assistants and devops workflows.
Top picks
No MCP server described
The README is a completion certificate for the GitHub Skills exercise and does not contain any description of an MCP server.
RepoRelay
A local MCP bridge that gives ChatGPT bounded read and search access to exactly one approved repository, with fixed handoff writers for task delegation to a separate coding agent.
openwiki-mcp
Enables MCP hosts to generate and update repository wikis using OpenWiki's documentation generation tools.
pr-agent-mcp
Exposes pr-agent CLI commands as MCP tools for automated PR review, description, and improvement with optional Gitea webhook integration.
Universal Change Review
A local, read-only Git change review tool that provides total workspace diffs, staged/unstaged views, file-level inspection, and task-scoped snapshots for MCP-compatible clients like Codex, Claude Code, and Cursor.
MCP Minimal Agent Demo Server
A demo MCP server exposing three simple tools (get_github_activity, get_site_content, contact_scott) to illustrate tool discovery and invocation within an LLM agent harness using the Model Context Protocol.
How to choose
- Prioritize transport: stdio servers run locally; HTTP/remote servers need no install but require network trust.
- Check stars & maintenance: Higher GitHub stars and recent commits usually signal a more reliable project.
- Review security scope: File-system and browser servers can access sensitive data; run them in isolated environments.
- Match your client: Not all MCP clients support every transport; verify compatibility with Claude Desktop, Cursor, or your own agent.
Editorial picks are based on public metadata and keyword matching. They do not constitute endorsements; always review source and license before use.