Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

list_repositories

List repositories in a container registry to manage and track containerized assets efficiently. Specify the registry name for detailed retrieval.

Instructions

List repositories of a container registry.

Input Schema

NameRequiredDescriptionDefault
registryYesregistry name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "registry": { "description": "registry name", "type": "string" } }, "required": [ "registry" ], "type": "object" }

You must be authenticated.

Other Tools from ORAS MCP Server

Related Tools

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