← Index

io.github.DeanWard/HAL

io.github.DeanWard/HAL·v1.0.14·Other
Quality Score
70
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "HAL": {
      "command": "npx",
      "args": [
        "-y",
        "hal-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "HAL": {
      "command": "npx",
      "args": [
        "-y",
        "hal-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hal-mcp
§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other