ojob ojob.io/ai/mcps/mcp-kube url=https://my-k8s.example.com:6443 user=admin pass=P@ssw0rd! token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... namespace=production wstimeout=5000 readwrite=true kubelib=/opt/openaf/opacks/Kube/kube.js onport=8888
A STDIO MCP Kubernetes (Kube) management server
Name | Description |
---|---|
url | Kubernetes API server URL or kubeconfig file path |
user | Username to authenticate against the Kubernetes API server |
pass | Password to authenticate against the Kubernetes API server |
token | Bearer token to authenticate against the Kubernetes API server |
namespace | Default namespace to target (defaults to "default") |
wstimeout | Websocket timeout in milliseconds when interacting with the API server |
readwrite | Allow operations that modify Kubernetes resources (defaults to read-only) |
kubelib | Path or name of the kube.js library to load (defaults to "kube.js") |
onport | If defined starts a MCP server on the provided port |