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
{
"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