a year ago
Server Config
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"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",
"ghcr.io/modelcontextprotocol/server-github:latest"
],
"env": {
"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": "<Refined GitHub>"
},
"timeout": 60,
"transportType": "stdio"
}
}
}