Skip to content

web network tools for Zed

io.github.erikirby/web-network-tools

DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.

client:Zed transport:stdio runtime:npm

Install web network tools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "web-network-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@erikirby/web-network-tools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

web network tools in other clients