Netrun for Zed
io.github.fadeynotchenko/netrun
Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL
client:Zed
transport:stdio
runtime:npm
Install Netrun in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"netrun": {
"command": "npx",
"args": [
"-y",
"netrun-mcp"
],
"env": {
"NETRUN_API_KEY": "<NETRUN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs