Container Host AIops for VS Code
io.github.aiops-tools/container-host-aiops
Governed Docker + Portainer container-host ops: reads, RCA analyses, guarded writes. 38 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Container Host AIops in VS Code
.vscode/mcp.json
{
"servers": {
"container-host-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"container-host-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs