Skip to content
Claude Desktop

A2AL Daemon for Claude Desktop

io.github.a2al/a2ald

Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed.

client:Claude Desktop transport:stdio runtime:npm

Install A2AL Daemon in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "a2ald": {
      "command": "npx",
      "args": [
        "-y",
        "a2ald"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

A2AL Daemon in other clients