Skip to content
Cursor

dbx for Cursor

io.github.t8y2/dbx

Query databases from AI agents using connections configured in DBX.

client:Cursor transport:stdio runtime:npm

Install dbx in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dbx in other clients