Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 355 Bytes

File metadata and controls

19 lines (18 loc) · 355 Bytes

Github MCP with Claude Code

 "github": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "ghcr.io/github/github-mcp-server"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
      }
    }