Server data from the Official MCP Registry
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
Set these up before or after installing:
Environment variable: REDASH_URL
Environment variable: REDASH_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-seob717-redash-mcp": {
"env": {
"REDASH_URL": "your-redash-url-here",
"REDASH_API_KEY": "your-redash-api-key-here"
},
"args": [
"-y",
"redash-mcp"
],
"command": "npx"
}
}
}This is a well-structured MCP server for Redash integration with appropriate authentication requirements, comprehensive SQL safety guards, and query caching. Minor concerns include potential URL injection in the REDASH_URL parameter and broad exception handling, but these are low-severity issues that don't significantly impact the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 6 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!