Skip to main content
Cloud PlatformsGo

StacklokLabs/ocireg-mcp

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-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/StacklokLabs/ocireg-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ocireg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "StacklokLabs/ocireg-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Go
Author
StacklokLabs