node runtime for VS Code
io.github.mcp-protocol/node-runtime
This package is intended for demonstration only. Maintained by JFrog Security.
client:VS Code
transport:stdio
runtime:npm
Install node runtime in VS Code
.vscode/mcp.json
{
"servers": {
"node-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-protocol/node-runtime"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs