An authenticating proxy that adds Google OAuth (domain-restricted) access in front of the official GitHub MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-mcp-oauth-pro": {
"command": "npx",
"args": [
"-y",
"micahyee415/github-mcp-oauth-proxy"
]
}
}
}
Run in terminal:
claude mcp add github-mcp-oauth-pro npx -y micahyee415/github-mcp-oauth-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-oauth-pro": {
"command": "npx",
"args": [
"-y",
"micahyee415/github-mcp-oauth-proxy"
]
}
}
}