Odel
Kubernetes Troubleshoot

Kubernetes Troubleshoot

Local
@nanagyamfiprempeh30PythonMITUpdated 1w ago

Read-only Kubernetes diagnostics: pods, logs, events, workloads, services, PVCs and nodes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/yawgyamfiprem32/k8s-troubleshoot-mcp:1.0.0

Run

docker run -i --rm docker.io/yawgyamfiprem32/k8s-troubleshoot-mcp:1.0.0

MCP client config

{
  "mcpServers": {
    "kubernetes-troubleshoot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/yawgyamfiprem32/k8s-troubleshoot-mcp:1.0.0"
      ]
    }
  }
}