Skip to main content
Glama

Code MCP Server

by block

docker_images

Manage Docker images directly in VS Code via Code MCP Server. Perform actions like list, pull, push, remove, tag, inspect, prune, and view history for images, enabling streamlined container workflows.

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