whatismynetip for Zed
io.github.labaccessnow/netip-mcp
Subnet math, port and MAC lookups, DNS, DNSBL, TLS cert inspection, public IP. No account.
client:Zed
transport:stdio
runtime:oci
Install whatismynetip in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"netip-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labaccessnow/netip-mcp:0.1.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs