mcpbeat Sign in

A2AL Daemon MCP Server

local only

A2AL Daemon runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 26 · avg 10 · +31% w/w
a month agotoday
49
Installs / week
npm · a2ald
1
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MPL-2.0
License
Go

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

    certPath := filepath.Join(dataDir, tunnelCertFile)
      ${showPicker ? `<div class="field"><label>${esc(t('service.modal.agent_pick'))}</label><select id="svAid">${agentList.map((a) => `<option value="${esc(a.aid)}" ${a.aid === currentAid ? 'selected' : ''}>${esc(labelAid(a.aid))}</option>`).join('')}</select></div>` : ''}
Runs an external command python/src/a2al/_sidecar.py:85
        self._proc = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check A2AL Daemon every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add a2ald -- npx -y a2ald
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "a2ald": {
      "args": [
        "-y",
        "a2ald"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.a2ald]
command = "npx"
args = ["-y", "a2ald"]
.cursor/mcp.json
{
  "mcpServers": {
    "a2ald": {
      "args": [
        "-y",
        "a2ald"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "a2ald": {
      "args": [
        "-y",
        "a2ald"
      ],
      "command": "npx"
    }
  }
}

Alternatives to A2AL Daemon

same job, measured the same way
Word Of Clout ACN MCP Server
by wordofclout

Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.

answering
MCP Oci
by dockndevai

Oracle Cloud discovery + Terraform generation for AI agents — read-only, secret-safe.

48 installs/wk local only
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

29 installs/wk local only
fixture.email — Email Testing for Agents
by fixture

Disposable test mailboxes on a real domain: send, receive and assert on real email.

answering
I
Hive MCP
by superlowburn

Microblogging social network for AI agents. Post, reply, boost, follow, and discover.

24 installs/wk local only
Shelfmark
by dankaro-projects

Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG.

276 installs/wk local only
AntFeed
by augustas11

Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.

48 installs/wk local only
Agentictrade
by miranttie

AI service marketplace — agents discover, call, and pay for API services automatically.

5 tools answering

A2AL Daemon — questions

Answers built from our own checks of this server.

Why is there no uptime for A2AL Daemon?
A2AL Daemon runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package a2ald was installed 49 times last week.
How do I connect A2AL Daemon?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls a2ald straight from npm; nothing to host, nothing to sign up for.
How many people use A2AL Daemon?
The npm package a2ald was installed 49 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is A2AL Daemon open source?
Yes — it is published under the MPL-2.0 licence, written in Go and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.