git-mcp-server and gh-mcp
The GitHub CLI extension (B) is a complement to the MCP server (A), as it simplifies the authentication and execution of the server by leveraging existing GitHub CLI credentials.
About git-mcp-server
cyanheads/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 management, and more, via the MCP standard. STDIO & HTTP.
This server helps AI agents or large language models (LLMs) manage code repositories. It allows them to perform common Git operations like cloning projects, committing changes, creating branches, merging code, and publishing updates. It's designed for developers who are building AI systems that need to interact with and modify source code.
About gh-mcp
shuymn/gh-mcp
A GitHub CLI extension that seamlessly runs the github-mcp-server using your existing gh authentication. Eliminates manual PAT setup by automatically retrieving GitHub credentials and launching the MCP server with proper authentication.
This tool simplifies connecting AI assistants like Claude to your GitHub account to access repositories, issues, and pull requests. It automatically uses your existing GitHub CLI login, so you don't need to manually create and configure Personal Access Tokens. This allows developers and project managers to easily integrate GitHub data into their AI-powered workflows.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work