redash-remove

Remove Redash MCP entries by environment suffix from .mcp.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

指定 suffix の Redash MCP をプロジェクトの .mcp.json から削除します。これは、複数環境での Redash MCP 設定を整理し、不要なエントリを除去するための操作です。

Core Features & Use Cases

  • 指定した suffix に対応する Redash MCP エントリを .mcp.json から削除します。
  • dev、stg、prod、sandbox などの一般的な環境サフィックスを含む複数環境のケースに対応します。
  • ユーザーが指定した suffix のみを対象とし、他の MCP エントリには影響を与えません。

Quick Start

Run the command to remove the Redash MCP for a given suffix from the project's .mcp.json.

Frequently Asked Questions about redash-remove

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

FAQPage Schema
How do I remove a Redash MCP entry from .mcp.json by environment suffix?

To remove a Redash MCP entry, the skill reads your .mcp.json, locates the configuration matching the specified suffix, and deletes that entry. It targets only the specified suffix, leaving other MCP entries untouched.

What happens if the suffix is not found or the .mcp.json file is invalid?

If the suffix is not found or the .mcp.json file is invalid, the skill handles the failure gracefully. It safely aborts the removal process without corrupting your configuration file or throwing unhandled exceptions.

Can I use this to clean up Redash configurations across multiple environments like dev and prod?

Yes, you can clean up Redash configurations across multiple environments. The skill supports common environment suffixes including dev, stg, prod, and sandbox, removing the matching entries from your .mcp.json.

Does removing a Redash MCP entry affect other MCP configurations in the same file?

Removing a Redash MCP entry does not affect other MCP configurations. The skill isolates the deletion to only the entries matching your specified suffix, preserving all unrelated MCP settings in the .mcp.json file.

When should I clean up MCP entries from the .mcp.json file?

You should clean up MCP entries from the .mcp.json file during deployment and development workflows when managing Redash configurations across multiple environments becomes cluttered with obsolete or unnecessary entries.