Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

REDASH_URL(str)
Required

Your Redash instance URL (e.g. https://redash.example.com)

REDASH_API_KEY(str)
RequiredSecret

Your Redash user API key (found in Settings > Account)

REDASH_SAFETY_MODE(str)
Default:warn

SQL safety mode: 'strict' blocks risky queries, 'warn' (default) returns warnings, 'off' disables guards (not recommended).

REDASH_SAFETY_DISABLE_PII(str)
Default:false

Set to 'true' to disable the PII column guard. Not recommended.

REDASH_SAFETY_DISABLE_COST(str)
Default:false

Set to 'true' to disable the query cost guard. Not recommended.