Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

Servidor ORAS MCP

Uso

El servidor ORAS MCP se puede configurar para ejecutarse utilizando el modo de agente vscode .

Dado que este servidor MCP requiere una CLI ORAS local, asegúrese de tener instalado oras (versión >= v1.3.0-beta.1 ).

Configuración con Docker

Es más fácil usar Docker para ejecutar el servidor ORAS MCP.

Configuración para VS Code

Agregue el siguiente código a .vscode/mcp.json :

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

Chats de ejemplo

P: ¿Qué plataforma admite la imagen ghcr.io/oras-project/oras?

R: La imagen ghcr.io/oras-project/oras es compatible con las siguientes plataformas:

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

¡Avísame si necesitas más detalles!

P: ¿Cuál es la imagen más reciente de Azure Linux 3.0 en MCR? ¿Tiene firma? ¿De qué tipo es?

R: La imagen más reciente de Azure Linux 3.0 en Microsoft Container Registry (MCR) está etiquetada como 3.0.20250402 . Tiene una firma, cuyo tipo es application/vnd.cncf.notary.signature .

Reconocimiento

El repositorio del servidor MCP de ORAS se inició utilizando el generador Yeoman para servidor MCP .

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.

Permite a los usuarios interactuar con registros de contenedores a través de la CLI de ORAS, proporcionando información sobre imágenes de contenedores, plataformas y firmas mediante consultas en lenguaje natural.

  1. Uso
    1. Configuración con Docker
  2. Chats de ejemplo
    1. Reconocimiento

      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 7 months ago
        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 8 days ago
        6
        178
        Python
        Apache 2.0
        • 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 5 months ago
        JavaScript
        • 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 a month ago
        1
        Python
        MIT License
        • Linux
        • 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