Run the following command.
project
claude mcp add --transport http --scope project hal https://hal.ai.metaspot.org/mcp
user
claude mcp add --transport http --scope user hal https://hal.ai.metaspot.org/mcp
Add the following JSON to your claude_desktop_config.json
{
"mcpServers": {
"hal": {
"url": "https://hal.ai.metaspot.org/mcp"
}
}
}