Skip to main content
Glama

Unrestricted Development MCP Server

docker_compose_ps

List running containers in a Docker Compose stack to monitor service status and manage your development environment effectively.

Instructions

List containers in a docker-compose stack

Input Schema

NameRequiredDescriptionDefault
servicesNoOnly show specific services
allNoShow all stopped containers
fileNoPath to compose file
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "all": { "default": false, "description": "Show all stopped containers", "type": "boolean" }, "cwd": { "description": "Working directory", "type": "string" }, "file": { "description": "Path to compose file", "type": "string" }, "services": { "description": "Only show specific services", "items": { "type": "string" }, "type": "array" } }, "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