gh-mcp-proxy

RonenMars/gh-mcp-proxy
★ 0 stars TypeScript API Integration Updated today
TypeScript MCP proxy fronting the official GitHub MCP server, adding 5 custom GitHub REST tools
View on GitHub → 🔍 Audit Wallet Slippage →

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-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "RonenMars/gh-mcp-proxy"
      ]
    }
  }
}

README Excerpt

A TypeScript MCP proxy that fronts the official GitHub MCP server (`ghcr.io/github/github-mcp-server`) and adds 5 high-value custom tools backed by the GitHub REST API. The official server is a prebuilt binary and can't be extended directly. This proxy sits in front of it at the same public URL, passes the entire upstream MCP

Tools (10)

GITHUB_PERSONAL_ACCESS_TOKENGITHUB_TOKENPROXY_AUTH_TOKENUPSTREAM_AUTH_TOKENUPSTREAM_URLbulk_file_readcreate_issue_with_labels_and_assigneesget_commit_diffget_workflow_run_statuslist_pr_checks