MCP.so
Sign In

GitHub MCP Server

@AriesBerries

About GitHub MCP Server

An MCP server implementation for GitHub

Basic information

Category

Version Control

Runtime

node

Transports

stdio

Publisher

AriesBerries

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?

The GitHub MCP Server is an MCP (Master Control Protocol) server that bridges the MCP protocol with GitHub’s API, enabling control of repositories, issues, pull requests, and more via MCP commands.

How to use GitHub MCP Server?

Clone the repository, install dependencies with npm install, configure a .env file, then start the server with npm start. The server exposes endpoints such as /mcp/connect, /mcp/authenticate, /mcp/command, and /mcp/disconnect for MCP sessions.

Key features of GitHub MCP Server

  • Supports MCP protocol version 2.1
  • Integrates with the GitHub API
  • Manages repositories, issues, and pull requests
  • Processes webhooks
  • Provides secure authentication

Use cases of GitHub MCP Server

  • Automate repository management through MCP commands
  • Handle issues and pull requests programmatically
  • Process GitHub webhooks for event-driven workflows

Comments

More Version Control MCP servers