github / github/github-mcp-server

Incorrect install documentation leads to error "error: unknown option '-e'"

未關閉 適合新手
#3,032 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
Go
星號
33k
分支
5k
平均合併
2 天 1 小時
30 天內合併 PR
52

描述

### Describe the bug
[The documentation](https://github.com/github/github-mcp-server/blob/main/docs/installation-guides/install-claude.md#with-docker) for setting up docker with claude has an incorrect command
`claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_GITHUB_PAT -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server`

The correct command would be
`claude mcp add github -- docker run -i --rm -p 127.0.0.1:8085:8085 -e GITHUB_OAUTH_CALLBACK_PORT -e GITHUB_OAUTH_CALLBACK_PORT=8085 ghcr.io/github/github-mcp-server`

### Affected version

The documentation here https://github.com/github/github-mcp-server/blob/main/docs/installation-guides/install-claude.md#with-docker

### Steps to reproduce the behavior

Run this command and it will fail as -e is not valid as an arg to the claude cli `claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_GITHUB_PAT -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server`

### Expected vs actual behavior

Command corrected to `claude mcp add github -- docker run -i --rm -p 127.0.0.1:8085:8085 -e GITHUB_OAUTH_CALLBACK_PORT -e GITHUB_OAUTH_CALLBACK_PORT=8085 ghcr.io/github/github-mcp-server`

It seems like other commands are incorrect in the docs below the command I posted. Many have -e args in the wrong spot.

### Logs

No logs

貢獻指南

開啟貢獻指南

研究方向

Open docs/installation-guides/install-claude.md at the “With Docker” section and review the documented claude mcp add commands, starting with the command that places -e before the separator. Correct the Docker command syntax and check the other commands below it for the same argument-placement issue; done means the examples match valid Claude CLI and Docker invocation order.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
docker
領域
documentation
Issue 類型
文件
難度
2/5
預估耗時
1-3 小時
活躍度
冷清
描述清晰度
基本清楚
新手友好度
72/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。