← Back to Plugins
MCP Server MCP

io.github.Texan-NXTassist/nr-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...