10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcf29f commit e52783eCopy full SHA for e52783e
README.md
@@ -116,6 +116,28 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
116
}
117
```
118
119
+### Usage with Claude Code
120
+
121
+```sh
122
+claude mcp add-json github '
123
+{
124
+ "command": "docker",
125
+ "args": [
126
+ "run",
127
+ "-i",
128
+ "--rm",
129
+ "-e",
130
+ "GITHUB_PERSONAL_ACCESS_TOKEN",
131
+ "ghcr.io/github/github-mcp-server"
132
+ ],
133
+ "env": {
134
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
135
+ }
136
+}
137
+'
138
+```
139
140
141
### Build from source
142
143
If you don't have Docker, you can use `go build` to build the binary in the
0 commit comments