Ceph AIops for VS Code
io.github.aiops-tools/ceph-aiops
Governed Ceph mgr ops: HEALTH_WARN RCA, OSD/PG/pool/RBD/CephFS/RGW, 37 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Ceph AIops in VS Code
.vscode/mcp.json
{
"servers": {
"ceph-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"ceph-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs