MCP Server
MCP
io.github.dockndevai/mcp-kubernetes
Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.
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
By
Comments
Sign in to leave a comment