Odel
HAL

HAL

Local
@deanward38JavaScriptMITUpdated 10mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhal-mcpv1.0.14

Run

npx -y hal-mcp

MCP client config

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