File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ echo -e ".env\n.mcp.json" >> .gitignore
2828
2929### Remote Server Setup (Streamable HTTP)
3030
31- 1 . Run the following command in the Claude Code CLI
31+ 1 . Run the following command in the terminal (not in Claude Code CLI):
3232``` bash
3333claude mcp add --transport http github https://api.githubcopilot.com/mcp -H " Authorization: Bearer YOUR_GITHUB_PAT"
3434```
@@ -43,7 +43,7 @@ claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Aut
4343### Local Server Setup (Docker required)
4444
4545### With Docker
46- 1 . Run the following command in the Claude Code CLI:
46+ 1 . Run the following command in the terminal (not in Claude Code CLI) :
4747``` bash
4848claude 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
4949```
You can’t perform that action at this time.
0 commit comments