Skip to main content
Glama

Unrestricted Development MCP Server

docker_compose_down

Stop and remove Docker containers and networks created by docker-compose up, with options to delete volumes and orphaned containers for clean environment management.

Instructions

Stop and remove containers, networks created by docker-compose up

Input Schema

NameRequiredDescriptionDefault
volumesNoRemove named volumes
removeOrphansNoRemove containers for services not in compose file
fileNoPath to compose file
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Working directory", "type": "string" }, "file": { "description": "Path to compose file", "type": "string" }, "removeOrphans": { "default": false, "description": "Remove containers for services not in compose file", "type": "boolean" }, "volumes": { "default": false, "description": "Remove named volumes", "type": "boolean" } }, "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