n8n_set_safety_mode
Configure local safety settings for n8n workflows: enable read-only mode to block mutations, trigger backup before modifications, and audit log all changes.
Instructions
Configure local safety settings: read-only mode, backup-before-mutation, and audit logging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_log | No | When true, appends mutation outcomes to ~/.n8n-manager-mcp/audit.log. | |
| read_only | No | When true, blocks create/update/delete/activate/import/restore operations. | |
| backup_before_mutations | No | When true, exports workflows before update/delete/activate/restore. |