list_github_packages
Find Docker images and packages hosted on GitHub for specific users or organizations. Use this tool to discover available packages when you know the owner but need to locate their hosted resources.
Instructions
List packages (including GHCR images) for a GitHub user or organization.
USE THIS WHEN: You want to find Docker images or other packages hosted on GitHub for a specific user/org.
Note: GitHub does not support global package search; you must provide an owner.
Args:
owner: GitHub username or organization name (e.g. "github", "octocat")
package_type: Type of package to list. Defaults to "container" (GHCR).
Options: "container", "npm", "maven", "rubygems", "nuget", "docker" (legacy)
Returns:
JSON list of packages with metadata (name, repository, version count, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| package_type | No | container |