-
Notifications
You must be signed in to change notification settings - Fork 0
Github MCP Server
Mambo edited this page Apr 15, 2026
·
3 revisions
Use classic token in Organization
> which docker
/usr/local/bin/docker{
"mcpServers": {
"github-mcp-server": {
"command": "/usr/local/bin/docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "$classic_token"
}
}
}
}