Loomal

A2AL Daemon

MCP server by github.com/a2al/a2al

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

1 starsnpm: a2ald

About A2AL Daemon

A2AL Daemon is an MCP (Model Context Protocol) server published by a2al in the official MCP registry, listed under Autonomous Agents on Loomal. Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed.

It ships as an npm package (a2ald), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/a2al/a2al, where the project has earned 1 GitHub stars.

Use A2AL Daemon with your agent

Claude Code · one command
claude mcp add a2al-daemon -- npx -y a2ald
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "a2al-daemon": {
      "command": "npx",
      "args": [
        "-y",
        "a2ald"
      ]
    }
  }
}
npma2ald

Frequently asked questions

What is A2AL Daemon?
A2AL Daemon is an MCP (Model Context Protocol) server by a2al in the Autonomous Agents category. Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed.
How do I connect A2AL Daemon to Claude, Cursor, or another MCP client?
Install A2AL Daemon from its npm package (a2ald) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is A2AL Daemon open source?
Yes — the source code is public at github.com/a2al/a2al, with 1 GitHub stars.
Can AI agents pay to use A2AL Daemon?
Not yet through Loomal — A2AL Daemon is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain A2AL Daemon? Claim this listing free by verifying GitHub ownership, or contact us.