Skip to content
Grok

mysql mcp for Grok

io.github.neverinfamous/mysql-mcp

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

client:Grok transport:stdio runtime:oci

Install mysql mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mysql-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/mysql-mcp:v1.0.0"
      ]
    }
  }
}

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 mcp in other clients