

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