MCP.so
Sign In

GitHub MCP Server

@bmeyer99

About GitHub MCP Server

No overview available yet

Basic information

Category

Version Control

Runtime

go

Transports

stdio

Publisher

bmeyer99

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is GitHub MCP Server?

A Model Context Protocol (MCP) server that implements comprehensive GitHub CLI functionality, allowing AI assistants to interact with GitHub repositories, issues, pull requests, files, and more. It is a secure, efficient, standalone binary written in Go, available for macOS, Linux, and Windows.

How to use GitHub MCP Server?

Download the pre-built binary for your platform from the Releases page, or build from source. Obtain a GitHub Personal Access Token with the repo or public_repo scope. Run the server with the token as a command-line flag (-token) or via the GITHUB_PERSONAL_ACCESS_TOKEN environment variable. Integrate with Claude Desktop by adding the server configuration to claude_desktop_config.json.

Key features of GitHub MCP Server

  • Full GitHub CLI parity with comprehensive tool coverage
  • Secure – only performs actions within your token’s permissions
  • Efficient – written in Go for high performance
  • Standalone binary with no runtime dependencies
  • Multi-platform support for macOS, Linux, and Windows

Use cases of GitHub MCP Server

  • Create and manage repositories programmatically
  • View, create, and close issues on repositories
  • Create, list, and merge pull requests
  • Search code and issues across repositories
  • Trigger and list GitHub Actions workflows

FAQ from GitHub MCP Server

What permissions does the GitHub token need?

The token requires the repo scope for full repository access, or public_repo for only public repositories. Create a token with minimal necessary permissions for security.

How is the token handled for security?

The server transmits the token with each request to the GitHub API but does not store it. For maximum security, host the server locally rather than on a remote server.

What platforms are supported?

GitHub MCP Server works on macOS, Linux, and Windows, provided with pre-built binaries for each.

Does the server require any runtime to be installed?

No. It is a standalone binary – no runtime dependencies are needed.

How do I integrate with Claude Desktop?

Edit your Claude Desktop configuration file (claude_desktop_config.json) and add an entry under mcpServers with the server path and the GITHUB_PERSONAL_ACCESS_TOKEN environment variable. Then restart Claude Desktop.

Comments

More Version Control MCP servers