Skip to main content
Glama
510,032 tools. Updated 2026-09-03 17:32

"Docker container and image management with IDE integration" matching MCP tools:

  • Run a container from an image in a single call, with options for detaching, ports, volumes, and environment variables to control execution and capture output.
    MIT
  • Create a container from an image without starting it, so you can apply configuration before the first launch. Use this when you need to separate creation from startup and start the container later.
    MIT
  • Retrieve Docker daemon runtime status: container/image counts, drivers, swarm role, and warnings. Useful for monitoring Docker host health and configuration.
    MIT
  • Get full Docker container configuration, state, network settings, mounts, environment variables, and resource limits for a single container.
    MIT
  • Push a local Docker image to a registry. Ensure the image is tagged with the target repository and tag; optional auth config or docker login for private registries.
    MIT
  • Retrieve Docker Compose projects on a virtual machine, showing status, file path, and container details like image, health, and ports. Use it for a quick overview of all VPS projects.
    MIT

Matching MCP Servers

Matching MCP Connectors