Repository metrics
- Stars
- (3,498 stars)
- PR merge metrics
- (PR metrics pending)
Description
Container Tools (New Namespace: containers) ⚠️ Note: The containers namespace does not exist yet in the current Azure MCP server implementation.
Azure.Containers.ContainerRegistry
azmcp-containers-registry-tags-list - List all tags for a specific repository with detailed image metadata. This tool shows available image tags including creation dates, manifest digests, and image sizes for version management and deployment. Returns tag information as JSON array. Requires registry-name and repository-name. - Suggested prompt: "Show all tags for repository in registry "
azmcp-containers-registry-manifest-get - Get detailed manifest information for container images including layer details and configuration. This tool retrieves image manifests with layer information, architecture details, and security metadata for image analysis and deployment planning. Returns manifest data as JSON. Requires registry-name, repository-name, and tag-or-digest. - Suggested prompt: "Get the manifest for image : in registry "