microsoft/mcp

[ONBOARD] Azure Container Registry MCP Tools

Open

#635 opened on Sep 30, 2025

View on GitHub
 (0 comments) (0 reactions) (1 assignee)C# (560 forks)auto 404
help wantedonboardingserver-Azure.Mcp

Repository metrics

Stars
 (3,498 stars)
PR merge metrics
 (PR metrics pending)

Description

Container Tools (New Namespace: containers) ⚠️ Note: The containers namespace does not exist yet in the current Azure MCP server implementation.

Azure.Containers.ContainerRegistry

azmcp-containers-registry-tags-list - List all tags for a specific repository with detailed image metadata. This tool shows available image tags including creation dates, manifest digests, and image sizes for version management and deployment. Returns tag information as JSON array. Requires registry-name and repository-name. - Suggested prompt: "Show all tags for repository in registry "

azmcp-containers-registry-manifest-get - Get detailed manifest information for container images including layer details and configuration. This tool retrieves image manifests with layer information, architecture details, and security metadata for image analysis and deployment planning. Returns manifest data as JSON. Requires registry-name, repository-name, and tag-or-digest. - Suggested prompt: "Get the manifest for image : in registry "

Contributor guide