Skip to main content
Glama
472,836 tools. Updated 2026-08-24 02:05

"containerd" matching MCP tools:

  • Compare your running component versions against release changes to see what's new, what needs action, and what upgrade path to follow — including security fixes, breaking changes, and config checks.
    Apache 2.0
  • Group anomalous network-call detections by process to distinguish legitimate VPN daemons (tailscaled, twingate, etc.) from other processes needing per-destination review. Returns per-process count, distinct endpoints, sample detections, and a suggested suppression rule for VPN processes.
    Apache 2.0
  • Find every release containing a specific matter_key, oldest first, to verify which version fixes it for your branch and whether you've already handled it.
    Apache 2.0
  • List recorded undo tokens for container-host operations, including undo IDs and verification status, to identify and apply rollbacks via undo_apply.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Access iOS app containers on a simulator: retrieve the file system path to app bundle, data, or group directories for debugging data persistence, inspecting databases, and validating file storage.
    MIT
  • Get a one-shot overview of a container host including OS version, container state rollup, and disk usage to triage issues before investigating specific containers, images, or volumes.
    MIT
  • List Podman pods with their IDs, names, statuses, and member containers. Returns an error on Docker targets since pods are Podman-native.
    MIT
  • Roll back a previous container operation by applying a recorded undo token, with optional dry-run preview to verify the inverse action before execution.
    MIT
  • Run containerized applications in isolated VMs on Mac. Supports detached execution or waiting for output, with configurable resources, ports, mounts, and environment variables.
    MIT
  • Copy files between a host and a container. Use id:path for container paths and host paths within allowed roots.
    MIT