node runtime for Cursor
io.github.mcp-protocol/node-runtime
This package is intended for demonstration only. Maintained by JFrog Security.
client:Cursor
transport:stdio
runtime:npm
Install node runtime in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"node-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-protocol/node-runtime"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs