Skip to content
Zed

HAL for Zed

io.github.deanward/hal

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

client:Zed transport:stdio runtime:npm

Install HAL in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

HAL in other clients