Skip to content
Zed

MySQL Ops MCP for Zed

io.github.gt-dinuo/mysql-ops-mcp

MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.

client:Zed transport:stdio runtime:npm

Install MySQL Ops MCP 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": {
    "mysql-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mysql-ops-mcp"
      ],
      "env": {
        "DB_HOST": "<DB_HOST>",
        "DB_PORT": "<DB_PORT>",
        "DB_USER": "<DB_USER>",
        "DB_PASSWORD": "<DB_PASSWORD>",
        "DB_DATABASE": "<DB_DATABASE>"
      }
    }
  }
}

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

MySQL Ops MCP in other clients