node runtime for Zed
io.github.mcp-protocol/node-runtime
This package is intended for demonstration only. Maintained by JFrog Security.
client:Zed
transport:stdio
runtime:npm
Install node runtime in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"node-runtime": {
"command": "npx",
"args": [
"-y",
"@mcp-protocol/node-runtime"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs