Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Netrun in other clients