cloud platforms

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
rust
cloud platforms
0
View on GitHub

Installation

npx -y StacklokLabs/ocireg-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/StacklokLabs/ocireg-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub