Submit

ORAS

@oras-project

Discover artifacts across OCI-compliant registries with ease
Overview

What is ORAS?

ORAS is a tool designed to discover artifacts across OCI-compliant registries with ease, facilitating the management and retrieval of container images and other artifacts.

How to use ORAS?

To use ORAS, you need to set up the ORAS MCP Server, which can be easily run using Docker. Ensure you have the ORAS CLI installed (version >= v1.3.0-beta.1) and configure it in your VS Code environment.

Key features of ORAS?

  • Easy discovery of OCI-compliant artifacts.
  • Integration with Docker for seamless setup.
  • Support for multiple platforms including Linux (amd64, arm64, etc.).

Use cases of ORAS?

  1. Managing and retrieving container images from OCI registries.
  2. Facilitating CI/CD pipelines by integrating artifact management.
  3. Supporting development environments with easy access to necessary artifacts.

FAQ from ORAS?

  • What platforms does ORAS support?

ORAS supports multiple Linux platforms including amd64, arm64, arm (variant v7), s390x, and ppc64le.

  • How do I set up ORAS with Docker?

You can set up ORAS with Docker by adding specific configurations to your VS Code settings as outlined in the documentation.

  • Is ORAS free to use?

Yes, ORAS is open-source and free to use.

Server Config

{
  "servers": {
    "oras-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/oras-project/oras-mcp:main",
        "serve"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.