Back to Projects MCP

MCP Server: Kubernetes

Model Context Protocol server wrapping kubectl. Query pods, deployments, services, and logs across Kubernetes clusters through LLMs.

The Problem

Debugging Kubernetes issues means running kubectl commands across multiple clusters, remembering namespace conventions, and parsing verbose JSON output. It's a constant context-switch away from the actual problem-solving.

The Solution

An MCP server that wraps kubectl operations — pods, deployments, services, logs, and cluster diagnostics — making them accessible to LLMs as callable tools. Supports multi-cluster environments with configurable contexts.

Tags

TypeScriptkubectlKubernetes

Outcomes

  • Query Kubernetes clusters through natural language
  • Multi-cluster support with context switching
  • Pod status, logs, deployments, and service diagnostics