We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add5fe commit bd2bf76Copy full SHA for bd2bf76
1 file changed
README.md
@@ -212,7 +212,7 @@ To keep your GitHub PAT secure and reusable across different MCP hosts:
212
213
```bash
214
# CLI usage
215
- claude mcp update github -e GITHUB_PERSONAL_ACCESS_TOKEN=$GITHUB_PAT
+ claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=$GITHUB_PAT -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
216
217
# In config files (where supported)
218
"env": {
0 commit comments