Skip to main content
Version ControlTypeScript

github/github-mcp-server

Official GitHub server for integration with repository management, PRs, issues, and more.

version-controlcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/github/github-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github/github-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Version Control
Language
TypeScript
Author
github