whatismynetip for Gemini CLI
io.github.labaccessnow/netip-mcp
Subnet math, port and MAC lookups, DNS, DNSBL, TLS cert inspection, public IP. No account.
client:Gemini CLI
transport:stdio
runtime:oci
Install whatismynetip in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"netip-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labaccessnow/netip-mcp:0.1.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs