Skip to main content
Glama

Unrestricted Development MCP Server

docker_compose_logs

View container output from docker-compose stacks to monitor application behavior and debug issues. Filter by specific services, set line limits, or view logs from specific time periods.

Instructions

View output from containers in a docker-compose stack

Input Schema

NameRequiredDescriptionDefault
servicesNoOnly show logs for specific services
tailNoNumber of lines to show from end of logs
sinceNoShow logs since timestamp
timestampsNoShow timestamps
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" }, "services": { "description": "Only show logs for specific services", "items": { "type": "string" }, "type": "array" }, "since": { "description": "Show logs since timestamp", "type": "string" }, "tail": { "description": "Number of lines to show from end of logs", "type": "number" }, "timestamps": { "default": false, "description": "Show timestamps", "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