Best Version Control MCP Servers for Cline

Connect version control tools to Cline using MCP servers. These servers let Cline interact with version control resources, enabling powerful AI-assisted workflows for developers.

MCPgee indexes 445 version control MCP servers with a median of 48 GitHub stars; 86% are written in typescript and 27% install via npm. All work with Cline.

Top 30 of 445 Version Control Servers for Cline

Ruiyu Ma

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

30,060 starsmanual

GitMCP

Transforms any GitHub repository or GitHub Pages site into a documentation hub for AI assistants using the Model Context Protocol. It allows AI tools to access real-time code and documentation to prevent hallucinations and provide accurate API usage

8,085 starsmanual

github-codemunch-mcp

A token-efficient MCP server for exploring GitHub repositories using tree-sitter AST parsing to extract symbol signatures and summaries. It enables users to search and retrieve specific code components while significantly reducing token consumption c

1,847 starspip

azure-devops-mcp-server

This server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standard

1,716 starsnpm

GitHub Official

Official GitHub integration with comprehensive API coverage

1,200 starsmanual

FluxCD MCP Server

GitOps on Autopilot Mode

636 starsmanual

Flux Operator MCP Server

GitOps on Autopilot Mode

634 starsmanual

Azure DevOps MCP Server

Enables interaction with Azure DevOps through Cursor chat, providing tools to manage builds, pipelines, work items, sprints, and board operations. Supports secure authentication via Personal Access Tokens and allows natural language-driven DevOps tas

367 starsnpm

mcp-git-ingest

Helps AI read GitHub repository structure and important files. Want to quickly understand what a repo is about? Prompt it with 'read https://github.com/adhikasp/mcp-git-ingest and determine how the code technically works'.

306 starsmanual

Aider MCP Server

A Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.

297 starsmanual

git-mcp-server

An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag managem

217 starsnpm

Atlassian Bitbucket MCP Server

Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standa

147 starsnpm

Bitbucket MCP

A Model Context Protocol server that enables AI assistants to interact with Bitbucket repositories, pull requests, and other resources through Bitbucket Cloud and Server APIs.

139 starsnpm

Gitingest-MCP

An MCP server for gitingest. It allows MCP clients like Claude Desktop, Cursor, Cline etc to quickly extract information about Github repositories including repository summaries, project directory structure, file contents, etc

137 starsmanual

Github Stars MCP Server

A Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.

107 starsmanual

P4Mcp MCP Server

[Community Supported] Perforce P4 MCP Server is a Model Context Protocol (MCP) server that integrates with the Perforce P4 version control system.

92 starsmanual

GitLab MR MCP

Enables AI agents to interact with GitLab repositories, allowing them to manage merge requests and issues including listing projects, fetching MR details and diffs, adding comments, and updating MR titles and descriptions.

89 starsmanual

Gitlab Mr MCP Server

Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.

89 starsmanual

mcp-github-project-manager

Provides comprehensive tools for managing GitHub projects, milestones, tasks, and sprints. This server integrates deeply with GitHub Projects V2, offering features like automated kanban workflows, sprint planning, and custom field management.

89 starsmanual

Zed Mcp Server Github MCP Server

A GitHub MCP Server extension for Zed

88 starsmanual

GitHub Chat MCP

An MCP server that enables analyzing and querying GitHub repositories through the GitHub Chat API, allowing users to index repositories and ask questions about their code, architecture and tech stack.

86 starsmanual

H5I MCP Server

Next-Gen AI-Aware Git

78 starsmanual

Github Brain MCP Server

An experimental GitHub MCP server with local database.

76 starsmanual

github-mcp

Local MCP server for safe GitHub developer workflows. Enables pulling main, creating feature branches, pushing them, and opening ready-for-review pull requests via tools like github_create_feature_branch and github_create_pull_request.

74 starsnpm

forgejo-mcp

MIRROR ONLY!! This Model Context Protocol (MCP) server provides tools and resources for interacting with the Forgejo (specifically Codeberg.org) REST API.

67 starsmanual

Bitbucket Server MCP

Facilitates interaction with Bitbucket Server for pull request management using the MCP protocol, supporting operations such as creating, merging, commenting, and reviewing pull requests.

62 starsmanual

Gitee

mcp-gitee is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools that interact with Gitee's API, allowing AI assistants to manage repository, issues, pull requests, etc.

58 starsnpm

Mcp Gitee MCP Server

mcp-gitee is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools that interact with Gitee's API, allowing AI assistants to manage repository, issues, pull requests, etc.

58 starsmanual

Devswarm MCP Server

High-performance MCP server, code graph engine & evolutionary algorithm platform in Zig. 33 tools: GitHub project management, agent swarm orchestration, iterative review-fix loops, blast radius analysis, and code navigation via Model Context Protocol

55 starsmanual

gitlab-mcp

This repository contains an implementation of a Model Context Protocol (MCP) server that exposes a subset of the [GitLab REST API](https://docs.gitlab.com/ee/api/) as callable tools. It is implemented in TypeScript using the official MCP SDK and runs

50 starsnpm

Cline Configuration

Add version control MCP servers to your Cline configuration at VS Code settings (Cline extension settings):

{
  "cline.mcp.servers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
    },
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key_here"
      }
    },
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Related Resources