Back to Home
n8n-io icon

n8n

Verified Safe

by n8n-io

Overview

AI-powered workflow automation platform, enabling users to build and run workflows using various integrations, with a focus on AI models and tools for task execution and conversational agents.

Installation

Run Command
npx n8n

Environment Variables

  • N8N_AI_ANTHROPIC_KEY
  • N8N_AI_ASSISTANT_BASE_URL
  • N8N_AI_ENABLED
  • DB_TYPE
  • DB_POSTGRESDB_DATABASE
  • DB_POSTGRESDB_HOST
  • DB_POSTGRESDB_PORT
  • DB_POSTGRESDB_USER
  • DB_POSTGRESDB_PASSWORD
  • DB_POSTGRESDB_SCHEMA
  • N8N_LICENSE_ACTIVATION_KEY
  • N8N_LICENSE_TENANT_ID
  • N8N_RUNNERS_MODE
  • N8N_RUNNERS_AUTH_TOKEN
  • N8N_RUNNERS_BROKER_PORT
  • N8N_HOST
  • N8N_PORT
  • N8N_PROTOCOL
  • GENERIC_TIMEZONE

Security Notes

The server demonstrates strong security practices, particularly in sandboxing user-provided JavaScript and Python code using `node:vm` and AST analysis respectively. It explicitly blocks `npm install` in favor of `pnpm` to mitigate supply chain risks. Network communications support TLS/SSL, and sensitive data (like database passwords) can be loaded securely via `_FILE` environment variables. The codebase shows an awareness of various security concerns in dynamic execution environments.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassMedium
Avg Tokens750
Stars169950
Forks53799
Last Update2026-01-19

Tags

Workflow AutomationAILow-Code/No-CodeSelf-HostedIntegrationNode.jsPythonSandboxed Execution