k8s-cli

Discover and invoke kubectl-mcp-server tools from a CLI.

944|179|Updated Mar 23, 2025
One-click install
npx skills add https://github.com/rohitg00/kubectl-mcp-server --skill k8s-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-cli
Source: https://github.com/rohitg00/kubectl-mcp-server/tree/main/kubernetes-skills/claude/k8s-cli
Command: npx skills add https://github.com/rohitg00/kubectl-mcp-server --skill k8s-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The kubectl-mcp-server CLI skill provides a centralized interface to discover and invoke server tools, streamlining operations for Kubernetes control planes.

Core Features & Use Cases

  • Tool discovery: List available tools with descriptions to aid exploration.
  • Direct invocation: Call tools directly from the CLI using JSON inputs or stdin.
  • Health & diagnostics: Verify server readiness and dependencies with DOCTOR and health checks.

Quick Start

Use this skill to explore available server tools, validate dependencies, and perform a sample tool call from the command line.

Frequently Asked Questions about k8s-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available kubectl-mcp-server tools from the command line?

You can discover available kubectl-mcp-server tools by using the CLI to list all tools with their descriptions. This provides a centralized interface to explore and identify tools for Kubernetes operations.

What is the best way to check kubectl-mcp-server health and dependencies?

To check kubectl-mcp-server health, use the CLI to run doctor and health check commands. This validates server readiness and verifies dependencies to ensure your Kubernetes control plane is operational.

Can I invoke kubectl-mcp-server tools directly using JSON input or stdin?

Yes, you can invoke kubectl-mcp-server tools directly from the CLI by passing JSON inputs or piping data through stdin. This enables deterministic command execution for tool calls.

How do I view tool schemas for kubectl-mcp-server commands?

You can view tool schemas for kubectl-mcp-server commands by using the CLI's tool discovery features. This allows you to inspect the metadata and input requirements of each tool before invocation.

Do I need a running MCP server to use the k8s-cli tool discovery features?

Yes, you need a running kubectl-mcp-server to use the tool discovery and invocation features. The CLI acts as a centralized interface to interact with the server and validate its health.