redash-status

Identifies and verifies Redash MCP settings and required environment variables.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/takemi-ohama/ai-plugins --skill redash-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redash-status
Source: https://github.com/takemi-ohama/ai-plugins/tree/main/plugins/mcp-redash/skills/redash-status
Command: npx skills add https://github.com/takemi-ohama/ai-plugins --skill redash-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Redash MCP requires precise configuration of environment variables for each MCP. This skill helps identify and display missing or misconfigured settings to ensure Redash deployments run reliably.

Core Features & Use Cases

  • Environment variable verification: Checks required env vars for each MCP and reports missing or incorrect values.
  • Config visibility: Presents a clear view of the current Redash MCP configuration across deployments.
  • Use Case: When deploying or troubleshooting Redash MCP, run this to quickly spot missing environment variables and configuration gaps.

Quick Start

Run the status check using the Redash MCP script to display current settings and environment variables.

Frequently Asked Questions about redash-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Redash MCP environment variables for missing configuration values?

To check Redash MCP environment variables, run a status check script that verifies required env vars for each MCP, reports any unset values, and outputs a structured diagnostic. This process ensures your Redash MCP deployments run reliably without configuration gaps.

What does a Redash MCP status check do for environment variable verification?

A Redash MCP status check identifies and verifies required environment variables across MCP deployments. It scans each MCP configuration, reports missing or incorrect values, and outputs a structured diagnostic suitable for automation pipelines.

How do I troubleshoot missing environment variables in a Redash MCP deployment?

To troubleshoot missing environment variables in a Redash MCP deployment, run a diagnostic status check. This verifies each MCP's required env vars, highlights unset values, and provides a clear view of current configuration gaps to resolve deployment issues.

Can I use a status check to verify Redash MCP configurations across multiple deployments?

Yes, you can use a status check to verify Redash MCP configurations across multiple deployments. It checks each MCP for required environment variables, reports missing settings, and presents a clear view of the current configuration state for troubleshooting.

Why does my Redash MCP setup fail when required environment variables are unset?

Redash MCP setups fail when required environment variables are unset because each MCP relies on precise configuration values. A status check identifies these missing environment variables and reports them so you can resolve the configuration gaps.