Cloudflare Worker MCP proxy for GitHub — OAuth-authenticated proxy to GitHub's official 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-proxy": {
"command": "npx",
"args": [
"-y",
"penta2himajin/github-mcp-proxy"
]
}
}
}
Run in terminal:
claude mcp add github-mcp-proxy npx -y penta2himajin/github-mcp-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-proxy": {
"command": "npx",
"args": [
"-y",
"penta2himajin/github-mcp-proxy"
]
}
}
}