gh-mcp_fork

timerloggedout-spec/gh-mcp_fork
★ 0 stars Unknown language Browser/Web Updated 6d ago
Fork of shuymn/gh-mcp — gh extension that runs github-mcp-server with existing auth
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_fork": {
      "command": "npx",
      "args": [
        "-y",
        "timerloggedout-spec/gh-mcp_fork"
      ]
    }
  }
}

README Excerpt

Working fork of [shuymn/gh-mcp](https://github.com/shuymn/gh-mcp). GitHub CLI extension that launches official `github-mcp-server` with existing `gh` credentials (no manual PAT). ```bash git remote add upstream https://github.com/shuymn/gh-mcp.git git fetch upstream git merge upstream/main ``` Or reinstall: `gh extension install shuymn/gh-mcp`