HTTP for Cline
io.github.abhishekkumar2021/http
HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.
client:Cline
transport:stdio
runtime:npm
Install HTTP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"http": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/http"
],
"env": {
"HTTP_ALLOW_HOSTS": "<HTTP_ALLOW_HOSTS>",
"HTTP_WRITABLE": "<HTTP_WRITABLE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs