Skip to main content
Glama
606,390 tools. Updated 2026-09-24 07:53

"Docker container management for Windsurf IDE on Linux" matching MCP tools:

  • List all Docker Compose projects deployed on a virtual machine, including status, file paths, and container details. Get a clear overview of VPS deployments for monitoring and management.
    MIT
  • Creates IDE-specific MCP configuration files from your connected brokers and data providers, supporting Cursor, Windsurf, Claude, and VS Code. Includes install instructions for smart or full tool modes.
    MIT
  • Stop a running Docker container by its ID or name to free resources or halt processes. Safely terminates the container when container.write permission is granted.
    MIT
  • Start a stopped Docker container using its ID or name, with required container.write permission for access control.
    MIT
  • Control remote Docker containers over SSH: list, logs, start, stop, restart, stats, exec. No Docker API or open port required.
    Apache 2.0

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to retrieve the latest semantic version tags for container images from Docker Hub, GHCR, Quay, and other OCI registries, allowing them to pin specific versions for reproducible deployments.
    5
    -
  • A
    license
    A
    quality
    A
    maintenance
    A Linux system monitoring MCP server that provides real-time information on CPU, memory, disk, network, processes, Docker, security, and more via MCP tools.
    69
    MIT

Matching MCP Connectors

  • Does that Docker tag actually exist? Real tags, sizes and platforms, live from Docker Hub.

  • Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images.

  • 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
  • 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
  • Inspects host and container networking to determine effective listener ports, LHOST guidance, localhost scope, and Docker-host alias for configuring callback routes during penetration testing.
    MIT
  • Stop a running browser container for a persona or all. Preserves Firefox profile in Docker volume.
    MIT
  • Start a persistent Docker container session for security tools like radare2 or ghidra, maintaining state across multiple tool calls for continuous analysis.
    -
  • Retrieve Docker container logs from a VPS. Specify container, lines, since, or reveal secrets for auditing. Targets Hetzner prod by default or dev OrbStack.
    MIT
  • Auto-detect your OS (macOS/Windows/Linux), read the Windsurf API key from the local database, and set it as the WINDSURF_API_KEY environment variable.
    MIT
  • Check Docker container health with CPU, memory, image, status, and ports. Get total container count including stopped, and receive clear errors if Docker is missing or daemon is down.
    MIT
  • Retrieve the live process list inside a Docker container by name or ID, optionally passing ps arguments such as aux. Use it to debug container-level process state.
    MIT