Skip to content
Zed

unlocalhost for Zed

io.github.info-arnav/unlocalhost

Deploy localhost to a private, authenticated link from your AI coding agent.

client:Zed transport:stdio runtime:npm

Install unlocalhost in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "unlocalhost": {
      "command": "npx",
      "args": [
        "-y",
        "@unlocalhost/unlocalhost"
      ],
      "env": {
        "UNLOCALHOST_URL": "<UNLOCALHOST_URL>",
        "UNLOCALHOST_TOKEN": "<UNLOCALHOST_TOKEN>"
      }
    }
  }
}

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

unlocalhost in other clients