Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

ORAS MCP Server

Usage

The ORAS MCP Server can be configured to be run using the vscode agent mode.

Since this MCP Server requires a local ORAS CLI, please make sure you have installed the oras (version >= v1.3.0-beta.1).

Setup with Docker

It is easier to use docker to run the ORAS MCP Server.

Setup for VS Code

Add the following code to .vscode/mcp.json:

{ "servers": { "oras-mcp-server": { "type": "stdio", "command": "docker", "args": [ "run", "--rm", "-i", "ghcr.io/shizhmsft/oras-mcp:main", ] } } }

Example Chats

Q: What platform does the image ghcr.io/oras-project/oras support?

A: The image ghcr.io/oras-project/oras supports the following platforms:

  1. Linux (amd64)
  2. Linux (arm64)
  3. Linux (arm, variant v7)
  4. Linux (s390x)
  5. Linux (ppc64le)

Let me know if you need further details!

Q: What's the latest Azure Linux 3.0 image in MCR? Does it have a signature? What's the type of it?

A: The latest Azure Linux 3.0 image in the Microsoft Container Registry (MCR) is tagged as 3.0.20250402. It has a signature, and the type of the signature is application/vnd.cncf.notary.signature.

Acknowledgement

The ORAS MCP Server repository was initiated using the Yeoman Generator for MCP Server.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables users to interact with container registries through the ORAS CLI, providing information about container images, platforms, and signatures via natural language queries.

  1. Usage
    1. Setup with Docker
  2. Example Chats
    1. Acknowledgement

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Facilitates interaction with Elasticsearch clusters by allowing users to perform index operations, document searches, and cluster management via a Model Context Protocol server and natural language commands.
        Last updated -
        16
        198
        Apache 2.0
        • Apple
      • -
        security
        A
        license
        -
        quality
        * Index Management Tools: * List all indices in OpenSearch cluster * Get index mapping * Get index settings * Cluster Management Tools: * Get cluster health status * Get cluster statistics * Document Tools: * Search documents
        Last updated -
        1
        MIT License
        • Linux
        • Apple
      • A
        security
        F
        license
        A
        quality
        Enables interaction with Oracle Cloud Infrastructure services through a unified interface. Supports comprehensive OCI resource management including compute instances, storage, networking, databases, and monitoring through natural language commands in VS Code.
        Last updated -
        1
      • A
        security
        F
        license
        A
        quality
        Enables integration with the Ethora platform through user authentication, registration, and application management operations. Supports creating, updating, deleting, and listing applications within the Ethora service.
        Last updated -
        12
        13

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/shizhMSFT/oras-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server