Skip to content
Zed

A2AL Daemon for Zed

io.github.a2al/a2ald

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

client:Zed transport:stdio runtime:npm

Install A2AL Daemon in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

A2AL Daemon in other clients