Skip to main content
Glama
524,183 tools. Updated 2026-09-06 14:24

"K3s" matching MCP tools:

Matching MCP Servers

  • Delete a Kubernetes namespace and all its contents, with dry-run preview and confirmation safeguards for protected namespaces.
    MIT
  • Cordon a node and evict its pods to prepare for maintenance. Use dry_run to preview the impact before taking action.
    MIT
  • Lists pending undo tokens for reviewing reversible operations before applying them.
    MIT
  • Copy files between Kubernetes Pods and the local machine. Read from a Pod or write to it, supporting directories and both text and binary files.
    MIT
  • Retrieves a cluster health summary with server version, node, and namespace counts. Quickly assess Kubernetes cluster status from a single read.
    MIT
  • Retrieve an AWS resource's configuration-change history with field-level diffs, showing what changed and when. Uses AWS Config data to identify related resources for impact analysis.
    MIT
  • Delete a Kubernetes job and its pods. Preview with dry_run before applying, since this action cannot be undone.
    MIT
  • Undo a deployment rollout, reverting it to a previous revision. Use dry run to preview changes before executing the rollback.
    MIT
  • List recent Kubernetes events to diagnose pod startup issues like FailedScheduling, with optional namespace and limit filters.
    MIT
  • Manage Kubernetes pod port forwarding: start, stop, and list active sessions. Forward local ports to pod ports, with optional idle timeout to auto-stop inactive connections.
    MIT
  • List Kubernetes cron jobs with schedule, suspend, active, and age details. Optionally filter by namespace.
    MIT
  • Update a Kubernetes deployment container's image, returning the previous image for easy rollback. Use dry-run to preview changes before applying.
    MIT
  • Check AWS resource compliance status to identify non-compliant rules and configuration drift. Filter results by resource ID, type, or compliance state for targeted audits.
    MIT
  • List Kubernetes secrets to discover names, types, and key names without exposing values. Identify available secrets and keys for mounting or referencing in workloads.
    MIT
  • Diagnose pod readiness issues by describing status, conditions, container states, and recent events. Identifies root causes for CrashLoopBackOff, ImagePullBackOff, and scheduling failures.
    MIT