← Back to Plugins
MCP Server MCP

io.github.dockndevai/mcp-kubernetes

github By github 👁 1 views ▲ 0 votes

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

Homepage Verified source GitHub

Install

npx -y @dockndevai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@dockndevai/mcp-kubernetes",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to a kube-config file (empty = default resolution).",
          "name": "KUBECONFIG_PATH"
        },
        {
          "description": "Access mode: read-only | read-write | admin.",
          "name": "K8S_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...