Skip to main content
Glama
615,196 tools. Updated 2026-09-27 02:19

"How to run Docker and view logs" matching MCP tools:

  • Fetch server logs and system metrics from Kastell-managed servers. Use 'logs' to retrieve recent lines from container, Docker, or system journal; 'monitor' for CPU, RAM, and disk usage.
    Apache 2.0
  • Control remote Docker containers over SSH: list, logs, start, stop, restart, stats, exec. No Docker API or open port required.
    Apache 2.0
  • List all Docker containers and images, including stopped ones, via a read-only Docker API call. Use it to get a quick Docker inventory on your Linux system.
    MIT
  • View or update code execution configuration: adjust execution mode, timeout, retries, auto-install, and Docker image.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Retrieve and display stdout logs from DDEV services with docker logs. Use flags to set service, follow output, or tail lines for web or database containers.
    GPL 2.0
  • Retrieve remote logs from files, journalctl, or Docker containers. Filter by keyword, time, or priority, and enable follow to get only new lines.
    MIT
  • Query Docker Compose project state: list container status, view resolved configuration, or tail service logs.
    MIT
  • Run shell commands on an OpenMediaVault NAS for diagnostics and system access beyond the RPC layer: read logs, check packages, manage Docker, inspect disks.
    MIT
  • Retrieve recent logs from a Docker container by name, returning a configurable number of lines. Defaults to the last 50 lines, optionally from a remote server.
    MIT
  • Retrieve Docker container logs with options for tail count, timestamp inclusion, and live follow. Specify container ID and customize log output.
    MIT
  • Search logs of multiple Docker containers simultaneously using regex patterns. Returns matched lines with container name and timestamp for efficient troubleshooting.
    MIT
  • Fetch the last N lines of logs from remote Docker containers on one or multiple hosts concurrently, returning output per host to speed up troubleshooting.
    Apache 2.0
  • Retrieve redacted run logs from a specific crawl run using a sequence cursor. Paginate through log entries with optional after and limit parameters to monitor execution progress.
    MIT
  • Manage Docker on remote servers via SSH. List containers, view images, build images, and retrieve container logs directly from your infrastructure.
    MIT