MySQL AIops for VS Code
io.github.aiops-tools/mysql-aiops
Governed MySQL/MariaDB DBA ops: slow-query, lock-wait, replication & fragmentation RCA; 35 tools.
client:VS Code
transport:stdio
runtime:pypi
Install MySQL AIops in VS Code
.vscode/mcp.json
{
"servers": {
"mysql-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"mysql-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs