Skip to main content
Glama

Docker MCP Server

manage_images

Perform Docker image operations including listing available images, pulling from registries, removing unused images, and building new images from Dockerfiles.

Instructions

Manage Docker images (list, pull, remove, build)

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on images
dockerfileNoPath to Dockerfile (required for build)
imageNoImage name or ID (required for pull, remove, build)
tagNoTag for the image (optional for pull, required for build)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform on images", "enum": [ "list", "pull", "remove", "build" ], "type": "string" }, "dockerfile": { "description": "Path to Dockerfile (required for build)", "type": "string" }, "image": { "description": "Image name or ID (required for pull, remove, build)", "type": "string" }, "tag": { "description": "Tag for the image (optional for pull, required for build)", "type": "string" } }, "required": [ "action" ], "type": "object" }

Other Tools from Docker 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/TauqeerAhmad5201/docker-mcp-extension'

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