From sc-auditor
Local stdio MCP server (sc-auditor) running Node.js from plugin dist/mcp/main.js. Likely provides auditing capabilities based on name; details unclear from config.
npx claudepluginhub archethect/sc-auditor --plugin sc-auditorAdd to your .mcp.json:
{
"mcpServers": {
"sc-auditor": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp/main.js"
],
"env": {
"CLAUDE_PLUGIN_ROOT": "."
}
}
}
}This server has elevated permissions. Review the source code before enabling.
node${CLAUDE_PLUGIN_ROOT}CLAUDE_PLUGIN_ROOT=.