npx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-ragAdd to your .mcp.json:
{
"mcpServers": {
"rag": {
"command": "/bin/sh",
"args": [
"-c",
"BUN=$(command -v bun 2>/dev/null || echo \"$HOME/.bun/bin/bun\") && exec \"$BUN\" run \"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js\" 2>/dev/null || node \"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js\""
]
}
}
}This server has elevated permissions. Review the source code before enabling.
/bin/sh