ChatGPT MCP Server

by Toowiredd
Verified

containers_list

List all Docker containers

Input Schema

NameRequiredDescriptionDefault
allNoShow all containers (including stopped ones)

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Show all containers (including stopped ones)", "type": "boolean" } }, "type": "object" }