Skip to content
Windsurf

HAL for Windsurf

io.github.deanward/hal

HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models

client:Windsurf transport:stdio runtime:npm

Install HAL in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "hal": {
      "command": "npx",
      "args": [
        "-y",
        "hal-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

HAL in other clients