k8s AIops for VS Code
io.github.aiops-tools/k8s-aiops
Governed Kubernetes ops — 55 MCP tools with audit, budget, undo, risk-tier audit labels.
client:VS Code
transport:stdio
runtime:pypi
Install k8s AIops in VS Code
.vscode/mcp.json
{
"servers": {
"k8s-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"k8s-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs