npx claudepluginhub beorn/bearly --plugin tribeAdd to your .mcp.json:
{
"mcpServers": {
"tribe": {
"command": "bash",
"args": [
"-c",
"(cd \"${CLAUDE_PLUGIN_ROOT}\" && bun install --no-summary 2>/dev/null); exec bun \"${CLAUDE_PLUGIN_ROOT}/server.ts\""
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bash