Skip to main content
Glama
615,530 tools. Updated 2026-09-27 07:28

"How to interact with Docker" matching MCP tools:

  • Explains how two MTG mechanics or cards interact under the rules, providing step-by-step resolution and clarifying common misconceptions.
    MIT
  • Search standards documentation to find technology guidance on topics like kafka, docker, and kubernetes. Returns up to 5 matching excerpts with detailed information.
    MIT
  • Retrieve complete Docker Compose project details, including docker-compose.yml contents, metadata, and deployment status, to inspect settings and verify project health.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Deploy a Docker Compose project to a virtual machine by providing YAML content or a GitHub repository URL. Replaces an existing project with the same name.
    MIT
  • 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
  • Switch the active Docker CLI context to an existing context name, so subsequent docker commands use the target environment.
    MIT
  • Look up Docker SDK, CLI, or registry reference docs by section. Fetch any section's content to get exact syntax for Compose, Dockerfile, or buildx files before using Docker tools.
    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
  • Display the builder and license of this Docker MCP Server. Greet users with a welcome banner from SoyRage Agency when they ask about its origin.
    MIT
  • Retrieve a node's telnet/SSH console host and port to enable direct CLI access. This provides the connection details needed to interact with the device console.
    Apache 2.0
  • 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
  • List Docker volumes with driver, mountpoint, size, and labels to inventory container storage and support capacity planning.
    MIT