Serversio.github.JDoornink/k8gents
K

K8gentS — Kubernetes RCA MCP Server

io.github.JDoornink/k8gents · v0.1.1
▦ docker
v0.1.1docker oci: docker.io/jdoornink/k8gents:0.1.1↗ 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.JDoornink/k8gents",
  "description": "Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.",
  "title": "K8gentS — Kubernetes RCA MCP Server",
  "repository": {
    "url": "https://github.com/JDoornink/K8gentS",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/jdoornink/k8gents:0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Gemini API key for LLM-powered root cause analysis",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AI_API_KEY"
        },
        {
          "description": "Gemini model to use (default: gemini-2.5-pro)",
          "format": "string",
          "name": "AI_MODEL"
        },
        {
          "description": "Path to kubeconfig file. Omit to use in-cluster config or ~/.kube/config automatically.",
          "format": "string",
          "name": "KUBECONFIG"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}