io.github.seob717
redash-mcp
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
stdiocommunityservice
Package Details
redash-mcp
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:
warnSQL safety mode: 'strict' blocks risky queries, 'warn' (default) returns warnings, 'off' disables guards (not recommended).
REDASH_SAFETY_DISABLE_PII(str)
Default:
falseSet to 'true' to disable the PII column guard. Not recommended.
REDASH_SAFETY_DISABLE_COST(str)
Default:
falseSet to 'true' to disable the query cost guard. Not recommended.