This wraps GitHub's public REST API through Pipeworx's gateway, letting you query repositories, issues, users, and other public data without authentication. It's deployed as a streamable HTTP endpoint, so you can add it to your MCP config without running anything locally. The repository readme is minimal on specifics, but the underlying GitHub API gives you read access to everything public on the platform. Reach for this when you want to pull repo stats, browse code, check issue status, or inspect user profiles without dealing with OAuth tokens. It's part of Pipeworx's broader gateway infrastructure for exposing APIs as MCP servers.
claude mcp add --transport http io.github.pipeworx-io-github https://gateway.pipeworx.io/github/mcp