kubently for VS Code
io.github.kubently/kubently
Troubleshoot Kubernetes agentically: natural-language cluster diagnosis via ask_kubently
client:VS Code
transport:stdio
runtime:npm
Install kubently in VS Code
.vscode/mcp.json
{
"servers": {
"kubently": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kubently/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs