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

"Managing Docker Containers and Applications" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Queryable UniFi API documentation for Network, Protect, Site Manager, InnerSpace, Mobility and Carrier Fabric - endpoint search, schema drill-down and code examples in five languages. Read-only: it serves scraped docs and never connects to a controller.
    12
    10
    66 PyPI
    37
    MIT

Matching MCP Connectors

  • List Docker containers on an endpoint, with optional filters for name, stack, or including stopped containers. Use for Swarm stacks instead where applicable.
    MIT
  • Manage Docker daemons: list, start, stop, restart, remove containers, inspect configs, read/write/delete files inside running containers, view events, health, disk usage, and prune build cache.
    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
  • Assess Docker workload health from operator-provided evidence file, returning advisory verdicts (HEALTHY, DEGRADED, UNKNOWN, UNAVAILABLE) without accessing Docker sockets or containers.
    Apache 2.0
  • Get system-wide Docker daemon information including container and image counts, storage and logging drivers, swarm role, and daemon warnings. Useful for assessing Docker host status and configuration.
    MIT
  • Inspect Docker disk usage per object to identify reclaimable space before pruning. Returns sizes for images, containers, volumes, and build cache.
    MIT
  • List Podman pods with their IDs, names, statuses, and member containers. Returns an error on Docker targets since pods are Podman-native.
    MIT
  • Rank running containers by CPU usage, highest first. Ideal for identifying top CPU-consuming containers.
    MIT
  • List running cc-agent Docker containers and check their status and uptime.
    Apache 2.0
  • 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 live CPU, memory, network I/O, and block I/O metrics for all running Docker containers to monitor resource usage and identify performance issues.
    MIT