Skip to main content
Glama

https://github.com/sammcj/mcp-package-version

by sammcj

check_docker_tags

Retrieve and filter Docker image tags from Docker Hub, GitHub Container Registry, or custom registries. Specify image name, registry, and optional filters to manage container deployments efficiently.

Instructions

Check available tags for Docker container images from Docker Hub, GitHub Container Registry, or custom registries

Input Schema

NameRequiredDescriptionDefault
customRegistryNoURL for custom registry (required when registry is "custom")
filterTagsNoArray of regex patterns to filter tags
imageYesDocker image name (e.g., "nginx", "ubuntu", "ghcr.io/owner/repo")
includeDigestNoInclude image digest in results
limitNoMaximum number of tags to return
registryNoRegistry to check (dockerhub, ghcr, or custom)dockerhub

Input Schema (JSON Schema)

{ "properties": { "customRegistry": { "description": "URL for custom registry (required when registry is \"custom\")", "type": "string" }, "filterTags": { "description": "Array of regex patterns to filter tags", "items": { "type": "string" }, "type": "array" }, "image": { "description": "Docker image name (e.g., \"nginx\", \"ubuntu\", \"ghcr.io/owner/repo\")", "type": "string" }, "includeDigest": { "default": false, "description": "Include image digest in results", "type": "boolean" }, "limit": { "default": 10, "description": "Maximum number of tags to return", "type": "number" }, "registry": { "default": "dockerhub", "description": "Registry to check (dockerhub, ghcr, or custom)", "enum": [ "dockerhub", "ghcr", "custom" ], "type": "string" } }, "required": [ "image" ], "type": "object" }
Install Server

Other Tools from https://github.com/sammcj/mcp-package-version

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sammcj/mcp-package-version'

If you have feedback or need assistance with the MCP directory API, please join our Discord server