Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

ORAS MCP 服务器

用法

ORAS MCP 服务器可以配置为使用vscode 代理模式运行。

由于此 MCP 服务器需要本地 ORAS CLI,请确保您已安装oras (版本 >= v1.3.0-beta.1 )。

使用 Docker 进行设置

使用docker运行ORAS MCP Server更加容易。

VS Code 设置

将以下代码添加到.vscode/mcp.json

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

聊天示例

问:ghcr.io/oras-project/oras 镜像支持什么平台?

答:镜像ghcr.io/oras-project/oras支持以下平台:

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

如果您需要更多详细信息,请告诉我!

问:MCR 中最新的 Azure Linux 3.0 镜像是什么?它有签名吗?它的类型是什么?

答:Microsoft 容器注册表(MCR)中最新的 Azure Linux 3.0 镜像标记为3.0.20250402 。它具有签名,签名类型为application/vnd.cncf.notary.signature

致谢

ORAS MCP Server 存储库是使用MCP Server 的 Yeoman Generator启动的。

Install 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.

使用户能够通过 ORAS CLI 与容器注册表进行交互,通过自然语言查询提供有关容器映像、平台和签名的信息。

  1. 用法
    1. 使用 Docker 进行设置
  2. 聊天示例
    1. 致谢

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A server for integrating with Placid.app's API, enabling listing templates and generating creatives using the Model Context Protocol with secure API token management.
        Last updated -
        3
        10
        5
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        Provides a scalable, containerized infrastructure for deploying and managing Model Context Protocol servers with monitoring, high availability, and secure configurations.
        Last updated -
      • A
        security
        F
        license
        A
        quality
        A template for creating Model Context Protocol (MCP) servers in TypeScript, offering features like container-based dependency injection, a service-based architecture, and integration with the LLM CLI for architectural design feedback through natural language.
        Last updated -
        1
        5
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables Docker container management through natural language interactions using a custom GPT interface.
        Last updated -
        7
        7
        TypeScript

      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