Skip to main content
Glama

Unrestricted Development MCP Server

docker_images

List Docker images with filtering options to manage container environments and identify available images for development workflows.

Instructions

List Docker images

Input Schema

NameRequiredDescriptionDefault
filterNoFilter images (e.g., "reference=node:*")
allNoShow all images (default hides intermediate)
formatNoOutput formattable
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "all": { "default": false, "description": "Show all images (default hides intermediate)", "type": "boolean" }, "cwd": { "description": "Working directory", "type": "string" }, "filter": { "description": "Filter images (e.g., \"reference=node:*\")", "type": "string" }, "format": { "default": "table", "description": "Output format", "enum": [ "table", "json" ], "type": "string" } }, "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