Skip to content
VS Code

pare http for VS Code

io.github.dave-london/pare-http

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

client:VS Code transport:stdio runtime:npm

Install pare http in VS Code

.vscode/mcp.json

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

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

pare http in other clients