redash-list

Lists currently active Redash MCP server configurations via a Node.js script.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with Redash through MCP (Model Context Protocol) integrations, it is hard to know which Redash MCP servers are currently configured and active. This Skill gives you an immediate view of the active Redash MCP configuration without manually inspecting config files. ## Core Features & Use Cases - List Active Redash MCPs: Runs the redash-mcp-config.js script in list mode to display all currently enabled Redash MCP entries. - Cross-Runtime Path Resolution: Automatically resolves the Skill directory across Claude Code, Codex, and Kiro CLI environments, including symlinked Kiro installations. - Use Case: Before running Redash queries through an AI assistant, invoke this Skill to confirm which Redash MCP connection is active so queries go to the correct data source. ## Quick Start Ask the assistant to list the currently active Redash MCP configurations using the redash-list skill.

Frequently Asked Questions about redash-list

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

FAQPage Schema
How do I list active Redash MCP servers?▼

Invoke the redash-list skill, which runs the redash-mcp-config.js script with the list command via Node.js. The output showing all currently enabled Redash MCP entries is displayed directly to the user.

How to check Redash MCP configuration in Claude Code?▼

Use the redash-list skill, which resolves the plugin root through the CLAUDE_PLUGIN_ROOT variable and executes the configuration script. It prints the active Redash MCP list without requiring manual config file inspection.

Does redash-list work with Kiro CLI and Codex?▼

Yes, the skill supports Claude Code, Codex, and Kiro CLI. It tries multiple candidate paths including the Kiro skills symlink directory and falls back gracefully when a runtime-specific variable is not replaced.

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

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

What are the requirements to run redash-list?▼

The skill requires Bash execution permission and a Node.js runtime to execute redash-mcp-config.js. It only performs a read-only list operation and does not modify any configuration.