Odel
node runtime

node runtime

Local
@mcp-protocol1TypeScriptUpdated 6mo ago

This package is intended for demonstration only. Maintained by JFrog Security.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mcp-protocol/node-runtimev1.0.2

Run

npx -y @mcp-protocol/node-runtime

MCP client config

{
  "mcpServers": {
    "node-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-protocol/node-runtime"
      ]
    }
  }
}