Skip to content
Gemini CLI

Netrun for Gemini CLI

io.github.fadeynotchenko/netrun

Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL

client:Gemini CLI transport:stdio runtime:npm

Install Netrun in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Netrun in other clients