Skip to content
Zed

Httpbin for Zed

io.github.pipeworx-io/httpbin

httpbin echo: GET/POST inspection, status codes, delay, UUID, base64. Debug aid.

client:Zed transport:streamable-http

Install Httpbin in Zed

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

{
  "context_servers": {
    "httpbin": {
      "url": "https://gateway.pipeworx.io/httpbin/mcp"
    }
  }
}

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

Httpbin in other clients