← Back to Plugins
MCP Server MCP

K8s Lens

github By github 👁 1 views ▲ 0 votes

MCP server for natural-language Kubernetes operations across single or multi-cluster environments.

Homepage Verified source GitHub

Install

uvx k8s-lens-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "k8s-lens-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to kubeconfig file (defaults to ~/.kube/config)",
          "format": "filepath",
          "name": "KUBECONFIG"
        },
        {
          "description": "OpenTelemetry OTLP endpoint for tracing (optional)",
          "format": "string",
          "name": "OTEL_EXPORTER_OTLP_ENDPOINT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...