17 lines
470 B
YAML
17 lines
470 B
YAML
|
|
name: node-red
|
||
|
|
version: "1.0.0"
|
||
|
|
description: Node-RED MCP server for flow management and automation
|
||
|
|
packageName: "mcp-node-red"
|
||
|
|
transport: STDIO
|
||
|
|
repositoryUrl: https://github.com/fx/mcp-node-red
|
||
|
|
healthCheck:
|
||
|
|
tool: get_settings
|
||
|
|
arguments: {}
|
||
|
|
env:
|
||
|
|
- name: NODE_RED_URL
|
||
|
|
description: Node-RED instance URL (e.g. http://nodered.local:1880)
|
||
|
|
required: true
|
||
|
|
- name: NODE_RED_TOKEN
|
||
|
|
description: Node-RED access token (optional if no auth)
|
||
|
|
required: false
|