KSail for VS Code
io.github.devantler-tech/ksail
SDK for creating, managing, and operating Kubernetes clusters and workloads with ease.
client:VS Code
transport:stdio
runtime:oci
Install KSail in VS Code
.vscode/mcp.json
{
"servers": {
"ksail": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/devantler-tech/ksail:v7.193.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs