ocireg-mcp
2
The OCI Registry MCP Server is a protocol server facilitating LLM-powered applications to interact with OCI registries, providing tools for accessing image data and configurations. Notable features include information retrieval, tag listing, and flexible authentication methods.
OCI Registry MCP Server
An MCP server that allows applications to interact with OCI registries using tools to retrieve container image information, list repository tags, and more.
Features
- Retrieve OCI image information
- List repository tags
- Get image manifests and configs
MCP Tools
- get_image_info: Retrieve OCI image information
- list_tags: List repository tags
- get_image_manifest: Get image manifest
- get_image_config: Get image config
Development
- Requires Go 1.21+
- Supports bearer token, username/password, or Docker config authentication
- Configurable port using environment variable or command-line flag
Contributing
Contributions welcome; see . Report issues on GitHub or join the #mcp-servers
channel on Discord.
License
Licensed under Apache v2 License.