npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin x-bug-triage-pluginAdd to your .mcp.json:
{
"mcpServers": {
"triage": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}/mcp/triage-server",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun