How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-redash:redash-addThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
任意 suffix の Redash MCP をプロジェクトの `.mcp.json` に追加します。
任意 suffix の Redash MCP をプロジェクトの .mcp.json に追加します。
以下のコマンドを実行してください。$ARGUMENTS にはユーザーが指定した suffix が入ります。
node "${CLAUDE_PLUGIN_ROOT}/scripts/redash-mcp-config.js" add $ARGUMENTS
コマンドの出力をそのままユーザーに表示してください。
npx claudepluginhub takemi-ohama/ai-plugins --plugin mcp-redashGenerates .mcp.json and .claude/settings.json to configure MCP servers, tokens, and tool permissions for agent-flow pipeline. Supports CLI flags for tracker type, instance URL, and source control remote.
Handles Claude Code MCP integration: installs/manages servers (HTTP/SSE/stdio), scopes, enterprise configs, OAuth auth, resources/@mentions, prompts, limits, security; delegates to docs-management.
Manages Model Context Protocol (MCP) servers for Claude Code projects: installs/configures .mcp.json, OAuth remotes, runtime enable/disable, troubleshooting connections.