Skip to content
Grok

dbhawk for Grok

com.datasparc/dbhawk

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

client:Grok transport:stdio runtime:npm

Install dbhawk in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dbhawk in other clients