Skip to content
Zed

http for Zed

io.github.dave-london/http

MCP server for HTTP requests (curl) with structured, token-efficient output

client:Zed transport:stdio runtime:npm

Install http in Zed

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

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

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

http in other clients