Skip to content
Zed

dbx for Zed

io.github.t8y2/dbx

Query databases from AI agents using connections configured in DBX.

client:Zed transport:stdio runtime:npm

Install dbx in Zed

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

{
  "context_servers": {
    "dbx": {
      "command": "npx",
      "args": [
        "-y",
        "@dbx-app/mcp-server"
      ]
    }
  }
}

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

dbx in other clients