Loading MCP server directory, please wait...
Secure access to DBHawk datasources: browse schemas, run governed queries, HawkAI text-to-SQL.
npx @getmcp/cli add com.datasparc/dbhawkRequires Node.js 18+. Community-contributed server. Review source before installing.
DBHAWK_BASE_URLDBHawk base URL, e.g. https://dbhawk.example.com (no trailing /api)
DBHAWK_TOKENMCP-scoped personal token (dbh_...) from DBHawk User Profile > API Token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.datasparc/dbhawk": {
"command": "npx",
"args": [
"-y",
"@dbhawk/mcp"
],
"env": {
"DBHAWK_BASE_URL": "",
"DBHAWK_TOKEN": "",
"DBHAWK_DEFAULT_DATASOURCE": ""
}
}
}
}