npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-auditAdd to your .mcp.json:
{
"mcpServers": {
"atum-audit": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/atum_mcp_server.py"
],
"env": {
"ATUM_PROJECT_DIR": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
pythonATUM_PROJECT_DIR=${CLAUDE_PLUGIN_ROOT}