** - An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
Unique: Abstracts registry-specific tag listing APIs (Docker V2 _catalog, Quay API, ECR DescribeImages) into a single MCP tool, handling pagination and format normalization transparently so LLM clients don't need registry-specific logic
vs others: Unified tag enumeration across heterogeneous registries (Docker Hub, ECR, GCR, private registries) through a single MCP interface, whereas direct registry API calls require conditional logic for each registry type