Skip to content
Gemini CLI

network for Gemini CLI

io.github.rog0x/network

DNS, IP info, SSL, WHOIS, ping for AI agents

client:Gemini CLI transport:stdio runtime:npm

Install network in Gemini CLI

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

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

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

network in other clients