Skip to content
Zed

database for Zed

io.github.rog0x/database

SQL formatting, schema visualization, migration generation

client:Zed transport:stdio runtime:npm

Install database in Zed

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

{
  "context_servers": {
    "database": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-database-tools"
      ]
    }
  }
}

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

database in other clients