Skip to main content
Glama
606,394 tools. Updated 2026-09-24 08:04

"Managing Docker containers for Windsurf IDE on Linux" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • List Docker containers on the daemon, showing running ones by default. Use all=True to include stopped containers, with optional filters, limit, and sparse detail.
    MIT
  • List Docker containers on an endpoint, with optional filters for name, stack, or including stopped containers. Use for Swarm stacks instead where applicable.
    MIT
  • List Docker networks with filters by name, ID, driver, or label. Optionally fetch extended details including connected containers for each network.
    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
  • Close pooled Docker client connections to discard stale or errored ones; they rebuild lazily on next use. Does not affect running containers.
    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