Skip to content
VS Code

HAL for VS Code

io.github.deanward/hal

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

client:VS Code transport:stdio runtime:npm

Install HAL in VS Code

.vscode/mcp.json

{
  "servers": {
    "hal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hal-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HAL in other clients