MCP Hub
Back to servers

Github_private

GitHub Private MCP Pack — access private repos, org data via OAuth.

Registry
Updated
Apr 15, 2026

mcp-github_private

GitHub Private MCP Pack — access private repos, org data via OAuth.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
gh_list_reposList your repositories (including private ones).
gh_get_repoGet repository details (works for private repos you have access to).
gh_list_issuesList issues for a repository.
gh_list_pullsList pull requests for a repository.
gh_list_orgsList organizations you belong to.
gh_get_fileGet file contents from a repository.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "github_private": {
      "url": "https://gateway.pipeworx.io/github_private/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use github_private

License

MIT

Reviews

No reviews yet

Sign in to write a review