Skip to main content
Glama

Code MCP Server

by block

docker_images

Manage Docker images by listing, pulling, pushing, removing, tagging, inspecting, pruning, or viewing history. Perform image operations using actions, filters, and force options via Code MCP Server.

Instructions

Manage Docker images (list, pull, push, remove, etc.)

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on images
allNoApply to all images (for list/prune)
filterNoFilter results (e.g., "dangling=true")
forceNoForce removal or operation
imageNoImage name or ID
tagNoTag for image operations

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform on images", "enum": [ "list", "pull", "push", "remove", "tag", "inspect", "prune", "history" ], "type": "string" }, "all": { "description": "Apply to all images (for list/prune)", "type": "boolean" }, "filter": { "description": "Filter results (e.g., \"dangling=true\")", "type": "string" }, "force": { "description": "Force removal or operation", "type": "boolean" }, "image": { "description": "Image name or ID", "type": "string" }, "tag": { "description": "Tag for image operations", "type": "string" } }, "required": [ "action" ], "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/block/vscode-mcp'

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