Skip to content
Cline

A2AL Daemon for Cline

io.github.a2al/a2ald

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

client:Cline transport:stdio runtime:npm

Install A2AL Daemon in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

A2AL Daemon in other clients