Skip to content
Zed

pare http for Zed

io.github.dave-london/pare-http

Pare HTTP ג€” Structured HTTP request operations (GET, POST, HEAD) as typed JSON.

client:Zed transport:stdio runtime:npm

Install pare http in Zed

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

{
  "context_servers": {
    "pare-http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http"
      ]
    }
  }
}

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

pare http in other clients