Serversio.github.your-ko/mcp-k8s-ro
R

io.github.your-ko/mcp-k8s-ro

io.github.your-ko/mcp-k8s-ro · v1.0.2
▦ docker
v1.0.2docker oci: ghcr.io/your-ko/mcp-k8s-ro:1.0.2↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.your-ko/mcp-k8s-ro",
  "description": "Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.",
  "repository": {
    "url": "https://github.com/your-ko/mcp-k8s-ro",
    "source": "github"
  },
  "version": "1.0.2",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/your-ko/mcp-k8s-ro:1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the kubeconfig file. Defaults to ~/.kube/config.",
          "format": "string",
          "name": "KUBECONFIG"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}