1{2 "mcpServers": {3 "github mcp server": {4 "env": {5 "GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"6 },7 "args": [8 "run",9 "-i",10 "--rm",11 "-e",12 "GITHUB_PERSONAL_ACCESS_TOKEN",13 "ghcr.io/github/github-mcp-server"14 ],15 "command": "docker"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation