node-red-mcp
Verified Safeby ziv-daniel
Overview
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.
Installation
node dist/index.mjsEnvironment Variables
- NODERED_URL
- NODERED_USERNAME
- NODERED_PASSWORD
- JWT_SECRET
- API_KEY
- MCP_TRANSPORT
- HTTP_ENABLED
- PORT
- LOG_LEVEL
- CLAUDE_COMPATIBLE_MODE
Security Notes
The server employs robust security measures including Zod for comprehensive input validation, Helmet.js for security headers, CORS configuration, and rate limiting. Authentication supports JWT and API keys, with flexible (and optionally less strict) modes for Claude.ai integration, which is clearly documented. Hardcoded development secrets are present but are identified in the entrypoint script and configuration validation for production environments, prompting users to change them. No 'eval' or obfuscation found. Running as root is explicitly warned against.
Similar Servers
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
uml-mcp-server
Image and UML diagram generation via Google Gemini API, exposed as a Model Context Protocol (MCP) server.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.