Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab23070

Browse files
floriangroussetSamMorrowDrums
authored andcommitted
Update command instructions for terminal usage
Clarified instructions to run commands in the terminal instead of Claude Code CLI.
1 parent 71862a9 commit ab23070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation-guides/install-claude.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3333
claude 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
4848
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
4949
```

0 commit comments

Comments
 (0)