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を使ったセットアップ

ORAS MCP サーバーを実行するには、docker を使用する方が簡単です。

VS Codeのセットアップ

.vscode/mcp.jsonに次のコードを追加します。

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

チャットの例

Q: ghcr.io/oras-project/oras イメージはどのプラットフォームをサポートしていますか?

A: ghcr.io/oras-project/orasイメージは次のプラットフォームをサポートしています。

  1. Linux (amd64)
  2. Linux (arm64)
  3. Linux (arm、バリアント v7)
  4. Linux (s390x)
  5. Linux (ppc64le)

さらに詳しい情報が必要な場合はお知らせください。

Q: MCR の最新の Azure Linux 3.0 イメージは何ですか? 署名はありますか? タイプは何ですか?

A: Microsoft Container Registry (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
        Enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
        Last updated -
        3
        1
        5
        JavaScript
        MIT License
      • 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 -
        6
        183
        Python
        Apache 2.0
        • Apple
      • -
        security
        F
        license
        -
        quality
        Facilitates initiating Ollama queries via Claude and manages a simple note storage system with capabilities to add, summarize, and access notes using custom URIs.
        Last updated -
        1
        2
        Python
        • Apple
      • -
        security
        F
        license
        -
        quality
        Enables interaction with Curri's API by managing text notes, offering tools for note creation, and generating summaries using structured prompts.
        Last updated -
        JavaScript
        • Apple

      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