Developer Tools
Trust: 32/100 (Limited)io.github.DeanWard/HAL Guide
HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models
37 starsby DeanWard
Quick Start
Install
npx hal-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-deanward-hal": {
"command": "npx",
"args": [
"hal-mcp"
]
}
}
}