MCP.so
Sign In

GitHub MCP Server Setup Guide

@sonadukane18

About GitHub MCP Server Setup Guide

Experimental MCP Server created via Github-MCP integration.

Basic information

Category

Version Control

Transports

stdio

Publisher

sonadukane18

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_pat_here"
      }
    }
  }
}

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?

GitHub MCP Server enables AI assistants to interact with GitHub through standardized interfaces, allowing AI models to perform GitHub operations like creating repositories, managing files, and working with issues and pull requests. It is designed for developers using AI-assisted coding workflows with MCP-compatible tools.

How to use GitHub MCP Server?

Install Node.js, create a GitHub Personal Access Token (PAT) with repository and user permissions, then configure an mcp.json file in your user directory (e.g., ~/.cursor/mcp.json) with the command npx -y @modelcontextprotocol/server-github and the token as an environment variable. Use a compatible AI assistant, such as Cursor, to execute GitHub operations via natural language.

Key features of GitHub MCP Server

  • Create and manage repositories
  • Manage files and content in repositories
  • Work with issues and pull requests
  • Access repository information
  • Integrates with MCP-compatible AI assistants

Use cases of GitHub MCP Server

  • Automate repository creation from AI prompts
  • Push code to repositories via conversational commands
  • Create issues and pull requests through natural language
  • Fetch repository contents on demand
  • Streamline GitHub workflows in AI-assisted development

FAQ from GitHub MCP Server

What is MCP?

Model Context Protocol (MCP) enables AI assistants to interact with external systems and APIs through standardized interfaces.

What permissions does the GitHub PAT need?

The fine-grained token requires repository permissions (Read and write for Administration, Contents, Issues, Pull requests) and user permission (Read-only).

Where is the configuration file located?

The configuration file mcp.json is placed in the user directory under .cursor/mcp.json, for example ~/.cursor/mcp.json on macOS/Linux or C:\Users\YourUsername\.cursor\mcp.json on Windows.

What runtime does the server require?

Node.js must be installed on the system to run the MCP server.

How do I troubleshoot permission errors?

Ensure your GitHub Personal Access Token has the necessary permissions for the operations you are trying to perform, and check that the token has not expired.

Comments

More Version Control MCP servers