Skip to main content
Glama

Unrestricted Development MCP Server

docker_pull

Pull Docker images from registries to your development environment. Download specific images or all tagged versions for container deployment.

Instructions

Pull an image or repository from a registry

Input Schema

NameRequiredDescriptionDefault
imageYesImage name and tag (e.g., "nginx:latest")
allTagsNoDownload all tagged images
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "allTags": { "default": false, "description": "Download all tagged images", "type": "boolean" }, "cwd": { "description": "Working directory", "type": "string" }, "image": { "description": "Image name and tag (e.g., \"nginx:latest\")", "type": "string" } }, "required": [ "image" ], "type": "object" }

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/ConnorBoetig-dev/mcp2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server