Netrun for Windsurf
io.github.fadeynotchenko/netrun
Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL
client:Windsurf
transport:stdio
runtime:npm
Install Netrun in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"netrun": {
"command": "npx",
"args": [
"-y",
"netrun-mcp"
],
"env": {
"NETRUN_API_KEY": "<NETRUN_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs