gh_mcp_server_fork

timerloggedout-spec/gh_mcp_server_fork
★ 0 stars Unknown language Browser/Web Updated 6d ago
Fork of kousen/gh_mcp_server — Spring Boot MCP wrapper for gh CLI
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_server_fork": {
      "command": "npx",
      "args": [
        "-y",
        "timerloggedout-spec/gh_mcp_server_fork"
      ]
    }
  }
}

README Excerpt

Working fork of [kousen/gh_mcp_server](https://github.com/kousen/gh_mcp_server). Spring Boot MCP server wrapping the `gh` CLI (lightweight alternative to official Docker-based github-mcp-server). ```bash git remote add upstream https://github.com/kousen/gh_mcp_server.git git fetch upstream git merge upstream/main