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 2101210 commit 9605943Copy full SHA for 9605943
week2/Fri/.claude.json
@@ -0,0 +1,19 @@
1
+{
2
+ "mcpServers": {
3
+ "github": {
4
+ "command": "docker",
5
+ "args": [
6
+ "run",
7
+ "-i",
8
+ "--rm",
9
+ "-e",
10
+ "GITHUB_PERSONAL_ACCESS_TOKEN",
11
+ "ghcr.io/github/github-mcp-server"
12
+ ],
13
+ "env": {
14
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_TOKEN}"
15
+ }
16
17
18
+}
19
+
week2/Fri/.mcp.json
0 commit comments