Skip to content
Gemini CLI

runno for Gemini CLI

io.github.taybenlor/runno

MCP Server for the Runno Sandbox

client:Gemini CLI transport:stdio runtime:npm

Install runno in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "runno": {
      "command": "npx",
      "args": [
        "-y",
        "@runno/mcp"
      ]
    }
  }
}

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

runno in other clients