
OCI Registry MCP Server
Supports UIby stackloklabs
Query OCI registries and image references directly from your AI assistant.
What it does
Connects an AI assistant to OCI (Open Container Initiative) registries, enabling the LLM to inspect container images, verify image references, and explore registry contents without leaving the chat interface.
Tools
get_image_info: Retrieves detailed information about an OCI image, including digest, size, and architecture.list_tags: Lists all available tags for a specific repository.get_image_manifest: Fetches the full OCI image manifest.get_image_config: Retrieves the configuration details for an OCI image.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"oci-registry": {
"command": "./ocireg-mcp",
"args": [],
"env": {
"OCI_TOKEN": "your-bearer-token"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
./ocireg-mcpInformation
- Pricing
- free
- Published
- 5/11/2026
- stars





