ocireg-mcp
An MCP server that provides tools for querying OCI registries and image references.
The OCI Registry MCP Server is an SSE-based Model Context Protocol server designed to facilitate interaction with OCI registries for LLM-powered applications. It offers a suite of tools to retrieve detailed information about container images, list available tags, and access image manifests and configurations. This server is particularly useful for developers and organizations that need to manage and query container images efficiently. By leveraging the capabilities of the MCP server, users can streamline their workflows related to container image management, ensuring they have access to the most up-to-date and relevant information. The server supports various authentication methods, making it versatile for both public and private registry access.
Features
- Get information about OCI images
- List tags for repositories
- Get image manifests
- Get image configs
Tools
get_image_info
Get information about an OCI image.
list_tags
List tags for a repository.
get_image_manifest
Get the manifest for an OCI image.
get_image_config
Get the config for an OCI image.