Skip to content
Claude Desktop

dbx for Claude Desktop

io.github.t8y2/dbx

Query databases from AI agents using connections configured in DBX.

client:Claude Desktop transport:stdio runtime:npm

Install dbx in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

dbx in other clients