File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 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"
181185 }
182186 ],
183187 "is_official" : true
184- }
188+ }
You can’t perform that action at this time.
0 commit comments