Skip to content

pipeworx-io/mcp-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Tool Description
search_repos Search GitHub repositories by keyword, sort by stars/forks/updated
get_repo Get full details for a repository by owner/name
list_repo_issues List open/closed issues for a repository
get_user Get 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

About

MCP server for GitHub — search repos, get details, list issues, and look up user profiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors