Install
1
Run in your terminal$
npx claudepluginhub takemi-ohama/ai-plugins --plugin mcp-redashAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"redash": {
"command": "npx",
"args": [
"-y",
"@suthio/redash-mcp"
],
"env": {
"REDASH_URL": "${REDASH_URL}",
"REDASH_API_KEY": "${REDASH_API_KEY}"
}
}
}
}Replace placeholder values for: REDASH_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Details
Command
npxAccess Levelwrite
Arguments
-y@suthio/redash-mcp
Environment Variables
REDASH_URL=${REDASH_URL}REDASH_API_KEY=${REDASH_API_KEY}Required Secrets
REDASH_API_KEY
Actions
Plugins (1)