Skip to main content
Glama
614,486 tools. Updated 2026-09-26 21:14

"Connecting Docker to Cursor" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • 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
  • Push an installed Docker plugin to its registry, publishing locally built plugins. Handles authentication via Docker config and surfaces registry rejections as an error field.
    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
  • Verify that the sandbox runtime is active, confirm Docker connectivity, and retrieve isolation defaults. Use this when an experiment creation fails to determine whether the Docker daemon is stopped or the request was rejected.
    MIT
  • Check WhatsApp connection state and identify the active account. Returns connected, connecting, or disconnected status.
    MIT
  • Install a Docker plugin from a Docker Hub reference, specifying an optional local alias. Manages permission grants non-interactively and returns the plugin's full document.
    MIT
  • Retrieve step-by-step setup instructions for connecting the PinCushion browser extension to this MCP server, with configuration examples for popular AI coding agents.
    MIT
  • Read agent stdout/stderr from a character cursor. Pass the returned cursor to fetch only new output for a task.
    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