Fork of shuymn/gh-mcp — gh extension that runs github-mcp-server with existing auth
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gh-mcp_fork": {
"command": "npx",
"args": [
"-y",
"timerloggedout-spec/gh-mcp_fork"
]
}
}
}
Run in terminal:
claude mcp add gh-mcp_fork npx -y timerloggedout-spec/gh-mcp_fork
Add to .cursor/mcp.json:
{
"mcpServers": {
"gh-mcp_fork": {
"command": "npx",
"args": [
"-y",
"timerloggedout-spec/gh-mcp_fork"
]
}
}
}