What problem does it solve? Cleaning up MCP server configurations by hand is error-prone: you have to locate the project .mcp.json file, find the right Redash entry among multiple environment suffixes, and edit JSON without breaking the file. This Skill removes a specific Redash MCP entry for you in one command. ## Core Features & Use Cases - Targeted removal by suffix: Deletes only the Redash MCP entry matching the environment identifier you specify (dev, stg, prod2, sandbox, etc.), leaving other entries untouched. - Cross-runtime path resolution: Automatically locates the Skill directory across Claude Code, Codex, and Kiro CLI installations, including symlinked Kiro setups. - Use Case: After decommissioning a staging environment, run the Skill with the suffix "stg" to remove the stale Redash MCP server from your project configuration so agents stop connecting to it. ## Quick Start Ask the assistant to remove the Redash MCP entry for the stg environment from the project .mcp.json file.