n8n-monitor-docker
Verified Safeby rimaslogic
Overview
Facilitates AI (Claude) monitoring and management of n8n workflows through a Docker-based server.
Installation
./deploy.shEnvironment Variables
- N8N_WEBHOOK_URL
Security Notes
The provided source code (docker-compose.yml, README.md, deploy.sh) does not contain obvious vulnerabilities such as 'eval', code obfuscation, or hardcoded secrets. It leverages standard Docker and SSH for communication. The security of the overall setup heavily relies on the underlying SSH configuration of the host server and Docker environment security. The client-side configuration's use of 'StrictHostKeyChecking=accept-new' for SSH is a convenience for initial setup and might be considered less strict than explicit host key verification for production environments.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
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.