Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sc-auditor": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp/main.js"
],
"env": {
"CLAUDE_PLUGIN_ROOT": "."
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
node${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_PLUGIN_ROOT=.npx claudepluginhub archethect/sc-auditor --plugin sc-auditor