HTTP for Windsurf
io.github.abhishekkumar2021/http
HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.
client:Windsurf
transport:stdio
runtime:npm
Install HTTP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"http": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/http"
],
"env": {
"HTTP_ALLOW_HOSTS": "<HTTP_ALLOW_HOSTS>",
"HTTP_WRITABLE": "<HTTP_WRITABLE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs