← Back to Plugins
MCP Server MCP

GitHub

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

Homepage Verified source GitHub

Install

oci:ghcr.io/github/github-mcp-server:1.10.1

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.githubcopilot.com/mcp/",
      "headers": [
        {
          "description": "Authorization header with authentication token (PAT or App token)",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/github/github-mcp-server:1.10.1",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Publish the OAuth callback port to loopback so the in-container login callback is reachable",
          "value": "127.0.0.1:8085:8085",
          "type": "named",
          "name": "-p"
        },
        {
          "description": "Fixed OAuth callback port, matching the published port above",
          "value": "GITHUB_OAUTH_CALLBACK_PORT=8085",
          "type": "named",
          "name": "-e"
        },
        {
          "description": "Optional GitHub Personal Access Token. Omit to log in with OAuth on first use.",
          "value": "GITHUB_PERSONAL_ACCESS_TOKEN={token}",
          "variables": {
            "token": {
              "format": "string",
              "isSecret": true
            }
          },
          "type": "named",
          "name": "-e"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...