Skip to main content
Glama

Docker MCP Server

manage_containers

Execute Docker container operations including listing, starting, stopping, removing, and restarting containers through natural language commands.

Instructions

Manage Docker containers (list, start, stop, remove)

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on containers
allNoInclude stopped containers when listing
containerNoContainer name or ID (required for start, stop, remove, restart)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform on containers", "enum": [ "list", "start", "stop", "remove", "restart" ], "type": "string" }, "all": { "description": "Include stopped containers when listing", "type": "boolean" }, "container": { "description": "Container name or ID (required for start, stop, remove, restart)", "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