OCI Registry
Provides an MCP server for querying OCI registries and image references.
概要
The OCI Registry server implements an SSE-based Model Context Protocol (MCP) server, enabling LLM-powered applications to interact with OCI registries. It offers a robust set of tools for retrieving comprehensive details about container images, including digests, sizes, architectures, operating systems, and creation dates. Additionally, it facilitates listing tags for repositories and fetching both image manifests and configurations, making it a valuable resource for integrating OCI registry data into various applications.
主な機能
- List all available tags for specific OCI repositories
- Retrieve comprehensive OCI image information (digest, size, architecture, OS, creation date, layers)
- Fetch complete OCI image manifests
- Obtain OCI image configurations
- 2 GitHub stars
ユースケース
- Automate the retrieval of container image metadata for inventory or security analysis
- Enable LLM-powered applications to access and process OCI registry data
- Programmatically inspect OCI image manifests and configurations