Skip to content
Grok

MySQL AIops for Grok

io.github.aiops-tools/mysql-aiops

Governed MySQL/MariaDB DBA ops: slow-query, lock-wait, replication & fragmentation RCA; 35 tools.

client:Grok transport:stdio runtime:pypi

Install MySQL AIops in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mysql-aiops": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mysql-aiops"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MySQL AIops in other clients