What problem does it solve? Manually editing a project's .mcp.json to register a Redash MCP server for each environment (dev, stg, prod2, sandbox) is repetitive and error-prone. This Skill automates that registration with a single command. ## Core Features & Use Cases - Environment-specific MCP registration: Adds a Redash MCP entry to the project .mcp.json using any suffix you provide (dev, stg, prod2, sandbox, etc.). - Cross-runtime path resolution: Locates the Skill directory across Claude Code, Codex, and Kiro CLI by checking the plugin root, an explicit path, and .kiro/skills symlinks in order. - Use Case: You are setting up a new project that needs to query a staging Redash instance. Run the Skill with the suffix "stg" and the corresponding Redash MCP server is written into .mcp.json automatically. ## Quick Start Ask the AI to run the redash-add skill with the suffix "dev" to register the dev Redash MCP server in the project .mcp.json.