github-mcp-proxy

penta2himajin/github-mcp-proxy
★ 0 stars TypeScript 🔒 Security Updated 1d ago
Cloudflare Worker MCP proxy for GitHub — OAuth-authenticated proxy to GitHub's official MCP server
View on GitHub →

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"
      ]
    }
  }
}