npx claudepluginhub miyago9267/ask-tty --plugin ask-ttyAdd to your .mcp.json:
{
"mcpServers": {
"interactive-bash": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/src/mcp-interactive-bash.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun