Back to Apps

OCI Registry MCP Server
Supports UIby stackloklabs
Query OCI registries and image references directly from your AI assistant.
0 stars
Works in:claude
Exposes:Tools
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
Choose your AI client and follow the steps below.
Claude Desktop
Add binary path and OCI_TOKEN env var to claude_desktop_config.json





