redash-status

Displays Redash MCP configuration status and missing environment variable warnings.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/devbasex/ai-plugins --skill redash-status-devbasex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: redash-status
Source: https://github.com/devbasex/ai-plugins/tree/main/plugins/mcp/mcp-redash/skills/redash-status
Command: npx skills add https://github.com/devbasex/ai-plugins --skill redash-status-devbasex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When setting up the Redash MCP integration, it is hard to tell whether the required environment variables are configured correctly. This Skill shows the current Redash MCP configuration status at a glance, including warnings for any missing environment variables. ## Core Features & Use Cases - Configuration Status Display: Runs the redash-mcp-config.js script in status mode to show the current Redash MCP setup. - Environment Variable Checks: Lists the environment variables each MCP requires and warns about any that are unset. - Use Case: After installing the Redash MCP plugin, run this Skill to confirm your credentials and environment variables are in place before issuing queries against Redash. ## Quick Start Ask the assistant to check the Redash MCP configuration status and show any missing 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 my Redash MCP configuration status?▼

Invoke the redash-status Skill, which runs the redash-mcp-config.js script with the status command via Node.js. It prints the current configuration state and lists any environment variables that are not set.

How to find missing environment variables for Redash MCP setup?▼

Run the status check and review the warnings section of the output. It enumerates the environment variables each MCP requires and flags the ones that are currently unset so you can export them before use.

Does redash-status work with Claude Code, Codex, and Kiro CLI?▼

Yes. The Skill resolves its directory across multiple runtime layouts, including the Claude Code plugin root variable, Kiro CLI symlinked skill directories, and an explicitly passed path, so the same status check works in each runtime.

Why does redash-status fail to resolve the skill directory?▼

The error occurs when none of the candidate paths contain the redash-mcp-config.js script two levels up. Ensure the plugin is installed correctly or pass the actual skill directory path before running the command.

What are the limitations of the Redash MCP status check?▼

It only reports configuration and environment variable state; it does not validate credentials against a live Redash server or test query execution. Connectivity issues must be diagnosed separately.