Workflows
3 recipes, filter by use case, license, or difficulty.
SecurityFreeMachine-verified
n8n as an MCP server: prove each exposed workflow is one narrow tool behind its own token
Expose n8n workflows to an agent through MCP Server Triggers without handing it your whole toolbox, by proving each agent-callable trigger is one narrow workflow behind its own bearer token with no wildcard-HTTP or delete-capable node, so a leaked token or a prompt injection is bounded.
n8n· intermediate
SecurityFreeMachine-verified
Claude Code Auto Mode: A Classifier Instead of an Allowlist
Set Auto Mode as your default so a classifier reviews each action instead of pre-listing every command.
Claude Code· advanced
SecurityFreeMachine-verified
Claude Code: Lock Down an Unattended Run with Permission Rules
Define exactly what a scheduled or headless Claude Code run may do via settings.json permission rules.
Claude Code· intermediate