Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/installation-guides/install-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ Claude Code CLI provides command-line access to Claude with MCP server integrati
Run the following command to add the GitHub MCP server using Docker:

```bash
claude mcp add github -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
```

Then set the environment variable:
```bash
claude mcp update github -e GITHUB_PERSONAL_ACCESS_TOKEN=your_github_pat
claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=your_github_pat -- \
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN=your_github_pat ghcr.io/github/github-mcp-server
```

Or as a single command with the token inline:
Expand Down