Skip to content
Grok

HAL for Grok

io.github.deanward/hal

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

client:Grok transport:stdio runtime:npm

Install HAL in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

HAL in other clients