Skip to main content
Glama

Docker MCP Server

docker_compose

Manage Docker Compose services by performing actions like starting, stopping, viewing logs, checking status, restarting, and building containers.

Instructions

Manage Docker Compose services

Input Schema

NameRequiredDescriptionDefault
actionYesDocker Compose action to perform
buildNoBuild images before starting (for up action)
detachNoRun in detached mode
serviceNoSpecific service name (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Docker Compose action to perform", "enum": [ "up", "down", "logs", "ps", "restart", "build" ], "type": "string" }, "build": { "description": "Build images before starting (for up action)", "type": "boolean" }, "detach": { "default": true, "description": "Run in detached mode", "type": "boolean" }, "service": { "description": "Specific service name (optional)", "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