HAL for Cline
io.github.deanward/hal
HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models
client:Cline
transport:stdio
runtime:npm
Install HAL 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": {
"hal": {
"command": "npx",
"args": [
"-y",
"hal-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs