Kubernetes Mcp

🌐Community
by 5dlabs · vlatest · Repository

Helps with Kubernetes, MCP tools as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add kubernetes-mcp npx -- -y @trustedskills/kubernetes-mcp
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "kubernetes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/kubernetes-mcp"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to manage Kubernetes clusters using Managed Control Plane (MCP) features. It enables automated cluster creation, scaling, and upgrades, simplifying the operational overhead of Kubernetes environments. The agent can interact with your Kubernetes infrastructure through declarative commands and receive status updates on ongoing operations.

When to use it

  • Automating the creation of new Kubernetes clusters for development or testing purposes.
  • Scaling existing Kubernetes clusters based on resource utilization metrics.
  • Performing rolling upgrades of Kubernetes versions across a cluster.
  • Troubleshooting issues within a Kubernetes environment by querying cluster state and configurations.

Key capabilities

  • Cluster Creation: Provisioning new Kubernetes clusters with pre-defined configurations.
  • Cluster Scaling: Adjusting the size of existing Kubernetes clusters based on demand.
  • Kubernetes Upgrades: Performing version upgrades to Kubernetes clusters.
  • Declarative Operations: Defining desired cluster states and letting the skill manage the implementation.

Example prompts

  • "Create a new Kubernetes cluster named 'dev-cluster' in region us-east-1."
  • "Scale up my production Kubernetes cluster by adding three more worker nodes."
  • "Upgrade all nodes in my staging cluster to version 1.28."

Tips & gotchas

Requires appropriate credentials and permissions to interact with your Kubernetes environment. Ensure the agent has access to a supported cloud provider for cluster management.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
5dlabs
Installs
3

🌐 Community

Passed automated security scans.