Skip to content
Zed

MySQL (security-first) for Zed

io.github.kurok1/mcp-server-mysql

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

client:Zed transport:stdio runtime:oci

Install MySQL (security-first) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server-mysql": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kurok1/mcp-server-mysql:2.1.0"
      ],
      "env": {
        "MYSQL_MCP_PASSWORD": "<MYSQL_MCP_PASSWORD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MySQL (security-first) in other clients