MCP Server
MCP
io.github.Texan-NXTassist/nr-mcp
MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools
Install
uvx nr-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "nr-mcp",
"version": "1.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Node-RED base URL (default: http://localhost:1880)",
"format": "string",
"name": "NR_URL"
},
{
"description": "Bearer token for Node-RED authentication",
"format": "string",
"isSecret": true,
"name": "NR_TOKEN"
},
{
"description": "Username for Basic Auth",
"format": "string",
"name": "NR_USER"
},
{
"description": "Password for Basic Auth",
"format": "string",
"isSecret": true,
"name": "NR_PASS"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment