Skip to content
VS Code

A2AL Daemon for VS Code

io.github.a2al/a2ald

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

client:VS Code transport:stdio runtime:npm

Install A2AL Daemon in VS Code

.vscode/mcp.json

{
  "servers": {
    "a2ald": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "a2ald"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

A2AL Daemon in other clients