Skip to content

Commit 58f744c

Browse files
committed
added updated github to new working version
1 parent 594ec1b commit 58f744c

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

mcp-registry/servers/github.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,26 @@
2525
"model-context-protocol"
2626
],
2727
"installations": {
28-
"npm": {
29-
"type": "npm",
30-
"command": "npx",
28+
"docker": {
29+
"type": "docker",
30+
"command": "docker",
3131
"args": [
32-
"-y",
33-
"@github/github-mcp-server"
32+
"run",
33+
"-i",
34+
"--rm",
35+
"-e",
36+
"GITHUB_PERSONAL_ACCESS_TOKEN",
37+
"ghcr.io/github/github-mcp-server"
3438
],
3539
"env": {
36-
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
40+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
3741
},
38-
"description": "Using npm to run the GitHub MCP server",
42+
"description": "Using Docker to run the GitHub MCP server",
3943
"recommended": true
4044
}
4145
},
4246
"arguments": {
43-
"GITHUB_TOKEN": {
47+
"GITHUB_PERSONAL_ACCESS_TOKEN": {
4448
"description": "GitHub personal access token for authentication",
4549
"required": true,
4650
"example": "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
@@ -181,4 +185,4 @@
181185
}
182186
],
183187
"is_official": true
184-
}
188+
}

0 commit comments

Comments
 (0)