MCP Hub
Back to servers

github

GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

Registry
Updated
Apr 1, 2026

mcp-github

MCP server for GitHub data. Search repositories, get repo details, list issues, and look up user profiles via the GitHub REST API — no API key required for public data.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
search_reposSearch GitHub repositories by keyword, sort by stars/forks/updated
get_repoGet full details for a repository by owner/name
list_repo_issuesList open/closed issues for a repository
get_userGet a GitHub user's public profile

Quick Start

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/github/mcp"]
    }
  }
}

Or use the CLI:

npx pipeworx use github

License

MIT

Reviews

No reviews yet

Sign in to write a review