Hal
Rank #11,119io.github.DeanWard/HAL
MCP server providing HAL capabilities
Hal is a Model Context Protocol (MCP) server published by deanward. It ranks #11,119 of 132,113 servers tracked on MCP Toplist, and its repository has 38 GitHub stars. Hal is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 1, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 120,994 of 132,113 servers on MCP Toplist.
Use Hal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hal -- npx -y hal-mcp[mcp_servers.hal]
command = "npx"
args = ["-y", "hal-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hal": {
"command": "npx",
"args": [
"-y",
"hal-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hal": {
"command": "npx",
"args": [
"-y",
"hal-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hal-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hal": {
"command": "npx",
"args": [
"-y",
"hal-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hal": {
"command": "npx",
"args": [
"-y",
"hal-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DeanWard%2FHAL)<a href="https://mcptoplist.com/server/io.github.DeanWard%2FHAL"><img src="https://mcptoplist.com/badge/io.github.DeanWard%2FHAL.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
deanward
Other servers by deanward
View all deanward servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.14 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hal?
- Hal is maintained by deanward, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Hal listed on the Official MCP Registry?
- Yes — Hal is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Hal have?
- MCP Toplist tracks 2 versions of Hal, most recently published on Sep 9, 2025.
- Where can I find the source code for Hal?
- The source code for Hal is hosted at github.com/deanward/hal.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.