shuymn/gh-mcp
A GitHub CLI extension that seamlessly runs the github-mcp-server using your existing gh authentication. Eliminates manual PAT setup by automatically retrieving GitHub credentials and launching the MCP server with proper authentication.
Platform-specific configuration:
{
"mcpServers": {
"gh-mcp": {
"command": "npx",
"args": [
"-y",
"gh-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...