Skip to content
Grok

A2AL Daemon for Grok

io.github.a2al/a2ald

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

client:Grok transport:stdio runtime:npm

Install A2AL Daemon in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

A2AL Daemon in other clients