kubeleash for VS Code
io.github.kubeleash/kubeleash
Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.
client:VS Code
transport:stdio
runtime:oci
Install kubeleash in VS Code
.vscode/mcp.json
{
"servers": {
"kubeleash": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kubeleash/kubeleash:0.3.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs