Back to MCP Servers
Ocireg
An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
cloud-platformsaillm
By StacklokLabs
Installation
npx -y ocireg-mcpConfiguration
{
"mcpServers": {
"ocireg-mcp": {
"command": "npx",
"args": ["-y", "ocireg-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes