gh-mcp

shuymn/gh-mcp
★ 22 stars Go 🔒 Security Updated 17d ago
A GitHub CLI extension that seamlessly runs the github-mcp-server using your existing gh authentication. Eliminates manual PAT setup by automatically retrieving GitHub credentials and launching the MCP server with proper authentication.
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": {
    "gh-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/shuymn/gh-mcp@latest"
      ]
    }
  }
}

Topics

ai-toolsauthenticationclaudecli-tooldeveloper-toolsgh-extensiongithub-apigithub-cligithub-mcp-servergolangmcpmodel-context-protocol