MCP.so
Sign In
Servers

GitHub MCP Server

@marcusdb

Overview

What is GitHub MCP Server?

A community‑built TypeScript MCP server that wraps the GitHub API, enabling file operations, repository management, search, and issue/PR workflows. It is not the official GitHub MCP server; it adds features the author found missing from the official server.

How to use GitHub MCP Server?

The server exposes 28 tools via the Model Context Protocol. An MCP client can invoke these tools directly; no additional configuration steps are described in the README.

Key features of GitHub MCP Server

  • Automatic branch creation when files are created or updated
  • Comprehensive error handling with clear messages
  • Git history preservation (no force pushes)
  • Batch operations for single‑file and multi‑file commits
  • Advanced search for code, issues/PRs, and users
  • Full support for sub‑issues and reprioritization

Use cases of GitHub MCP Server

  • Automate file creation and updates across multiple repositories
  • Manage issues and pull requests programmatically (create, list, update, comment)
  • Search code, issues, and users across GitHub
  • Fork repositories and create branches without manual intervention
  • Review pull requests (approve, request changes, comment) and merge them

FAQ from GitHub MCP Server

Is this the official GitHub MCP server?

No. This is a community TypeScript server with additions the author thought were missing from the official server. For the official one, visit http://github.com/github/github-mcp-server.

What features does it add beyond the official server?

It adds automatic branch creation, comprehensive error handling, Git history preservation, batch operations, and advanced search capabilities.

What is the base code for this server?

The base code comes from the servers directory of the modelcontextprotocol repository.

More from Version Control