http for VS Code
io.github.dave-london/http
MCP server for HTTP requests (curl) with structured, token-efficient output
client:VS Code
transport:stdio
runtime:npm
Install http in VS Code
.vscode/mcp.json
{
"servers": {
"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