Skip to content
Cursor

dbhawk for Cursor

com.datasparc/dbhawk

Secure access to DBHawk datasources: browse schemas, run governed queries, HawkAI text-to-SQL.

client:Cursor transport:stdio runtime:npm

Install dbhawk in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dbhawk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dbhawk/mcp"
      ],
      "env": {
        "DBHAWK_BASE_URL": "<DBHAWK_BASE_URL>",
        "DBHAWK_TOKEN": "<DBHAWK_TOKEN>",
        "DBHAWK_DEFAULT_DATASOURCE": "<DBHAWK_DEFAULT_DATASOURCE>"
      }
    }
  }
}

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

dbhawk in other clients