ynode
Verified Safeby iamyureka
Overview
A visual workflow automation platform for orchestrating various tasks and integrations through a node-based editor.
Installation
pnpm --filter ynode-server devEnvironment Variables
- CREDENTIAL_ENCRYPTION_KEY
- JWT_SECRET
- NODE_ENV
- DB_PATH
- PORT
- LOG_LEVEL
Security Notes
The server demonstrates good security practices including Argon2 for password hashing, AES-256-GCM for credential encryption, JWT for authentication, and Express middleware (helmet, hpp, express-rate-limit) for common web vulnerabilities. Custom user-provided code for nodes is executed within a sandboxed `isolated-vm` environment, significantly mitigating risks from dynamic code execution. The `ifElse` node uses `new Function()` for condition evaluation, which, while contained, is generally less secure than a static parser. Overall, the architecture shows a strong focus on security.
Similar Servers
n8n
This MCP server component is part of n8n, a workflow automation platform, enabling interaction with AI models and external services through the Model Context Protocol, including log streaming to syslog destinations.
activepieces
An open-source, extensible AI automation platform, acting as a Zapier alternative, capable of building and executing workflows (flows) that integrate with various services. It also functions as an MCP (Model Context Protocol) server, allowing LLMs to use its 'pieces' (integrations) as tools.
flow-like
Flow-Like is a visual workflow automation platform designed to create type-safe, auditable workflows, integrating traditional logic with AI/ML models, and deployable across various environments.
gemini-flow
An AI workflow orchestration and execution platform that enables visual programming and integrates with Google's Gemini and Vertex AI services.