n8n-workflows
Verified Safeby Naveen666555
Overview
A fast, modern documentation system for N8N workflows, providing search, categorization, visualization, and a RESTful API for workflow management and analysis.
Installation
docker compose up -d --buildEnvironment Variables
- NODE_ENV
- PORT
- HOST
Security Notes
The server uses Helmet.js for security headers and express-rate-limit for API rate limiting, which are good practices. SQL queries use parameterized statements to prevent injection. File system access is primarily to designated 'workflows' and 'database' directories, assuming trusted N8N workflow JSON files. No obvious 'eval' or obfuscation found. CORS is enabled, but specific origins are not defined in the truncated code, which might default to a broader setting. Overall, it implements standard security measures for a Node.js application.
Similar Servers
n8n
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.
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
project-nova
Manages Paperless-NGX documents by providing an MCP server that exposes an SSE endpoint for integration with n8n, enabling AI agents to search, upload, and manage documents, tags, correspondents, and document types.
n8n-operator
Automates the deployment and management of n8n workflow automation instances on Kubernetes clusters.