npx claudepluginhub dvideby0/claude-plugins --plugin repo-auditAdd to your .mcp.json:
{
"mcpServers": {
"repo-audit": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/build/index.js"
],
"env": {
"AUDIT_DIR": "sdlc-audit",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeAUDIT_DIR=sdlc-auditPLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}