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
{
"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