Skip to content
VS Code

Httpbin for VS Code

io.github.pipeworx-io/httpbin

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

client:VS Code transport:streamable-http

Install Httpbin in VS Code

.vscode/mcp.json

{
  "servers": {
    "httpbin": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/httpbin/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Httpbin in other clients