Skip to main content
Glama
614,617 tools. Updated 2026-09-26 22:11

"Help with Docker and Viewing Docker Logs" matching MCP tools:

  • Manage Docker containers by listing, starting, stopping, restarting, viewing logs, and checking stats.
    -
  • 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
  • Retrieve complete Docker Compose project details, including docker-compose.yml contents, metadata, and deployment status, to inspect settings and verify project health.
    MIT
  • Control remote Docker containers over SSH: list, logs, start, stop, restart, stats, exec. No Docker API or open port required.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Does that Docker tag actually exist? Real tags, sizes and platforms, live from Docker Hub.

  • Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images.

  • Authenticate with a Docker registry to enable private image pull and push operations. Use credentials or existing docker login cache; supports custom registries and re-authentication.
    MIT
  • Push a local Docker image or repository to a registry, using the image's existing tag or specifying a tag. Use host docker login credentials or provide auth_config for private registries.
    MIT
  • Retrieve Docker inventory for a local-ydb profile; containers, volumes, and inspect data appear only when Docker is reachable. Failures return ok=false with reason, avoiding false empty-host results.
    MIT
  • 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
  • Retrieves a combined Docker snapshot covering containers, images, running stats, disk usage, and networks. Read-only via the Docker API; partial failures are reported in an errors field.
    MIT
  • List Docker volumes with driver, mountpoint, size, and labels to inventory container storage and support capacity planning.
    MIT
  • Fetch Docker container stdout/stderr logs with optional line count and timestamps. Read-only Docker API access with environment values redacted for safe monitoring.
    MIT
  • Identify what consumes Docker disk space with a breakdown by containers, images, volumes, and build cache. Uses read-only Docker API to diagnose storage usage.
    MIT
  • Retrieve Docker network details including driver, scope, and configuration to debug network topology using a read-only API.
    MIT
  • Creates a Docker daemon connection for container monitoring, accepting either a Unix socket or a TCP proxy URL. Use with Uptime Kuma to track Docker host health.
    MIT
  • Retrieve Docker container logs from a VPS. Specify container, lines, since, or reveal secrets for auditing. Targets Hetzner prod by default or dev OrbStack.
    MIT
  • Report disk usage across Docker images, containers, and volumes. Identify reclaimable space to optimize storage.
    MIT