Skip to content
Zed

HTTP for Zed

io.github.abhishekkumar2021/http

HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.

client:Zed transport:stdio runtime:npm

Install HTTP 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": {
    "http": {
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/http"
      ],
      "env": {
        "HTTP_ALLOW_HOSTS": "<HTTP_ALLOW_HOSTS>",
        "HTTP_WRITABLE": "<HTTP_WRITABLE>"
      }
    }
  }
}

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

HTTP in other clients