opencode-n8n-terminal
Verified Safeby vtion001
Overview
Manages n8n workflows and Docker environment directly from the terminal, avoiding the web interface.
Installation
docker run -d --restart always --name n8n -p 5678:5678 -e GENERIC_TIMEZONE="UTC" -e TZ="UTC" -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true -e N8N_RUNNERS_ENABLED=true -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8nSecurity Notes
The server setup utilizes official n8n Docker images and CLI tools. It prompts the user for a manually generated API key, avoiding hardcoded secrets. Shell configuration modifies the user's .bashrc to source a local script, which is common practice but implies trust in the provided shell-config.sh. No 'eval' or malicious obfuscation patterns were found in the provided source code.
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.