redash-add

Add a Redash MCP to .mcp.json with a user-specified environment suffix.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds an arbitrary suffix Redash MCP to the project’s .mcp.json, enabling environment-specific MCP configurations and easier environment management.

Core Features & Use Cases

  • Update the project .mcp.json with a user-specified environment suffix (e.g., dev, stg, prod2, sandbox).
  • Centralize and standardize Redash MCP naming across environments for consistent deployment workflows.
  • Use case: quickly provision distinct Redash MCP configurations for multiple environments in a single project.

Quick Start

Run the redash-mcp-config.js script with your desired suffix to update the project's .mcp.json.

Frequently Asked Questions about redash-add

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

FAQPage Schema
How do I configure multiple Redash MCP environments in a single project?

To configure multiple Redash MCP environments, you can add an arbitrary suffix to the Redash MCP entry in your project's .mcp.json file. This enables environment-specific configurations for distinct setups like dev, stg, and prod.

What is an MCP suffix used for in Redash configuration?

An MCP suffix in Redash configuration is used to distinguish between multiple Redash environments within a single project. It standardizes MCP naming across environments like sandbox or prod2 for consistent deployment workflows.

How do I add a Redash MCP to .mcp.json using Node?

You can add a Redash MCP to .mcp.json by running the redash-mcp-config.js script via Node with your desired environment suffix. The script modifies the configuration file directly to apply the specified suffix.

Do I need any dependencies to run the Redash MCP config script?

You do not need any external dependencies to run the Redash MCP config script. It requires only Node.js to invoke the redash-mcp-config.js script and a user-specified suffix as input to update .mcp.json.

Can I use this approach to manage Redash configurations for dev, stg, and prod?

Yes, you can use this approach to manage Redash configurations for dev, stg, and prod environments. It quickly provisions distinct Redash MCP configurations by applying a user-specified environment suffix to each entry in .mcp.json.