A2AL Daemon for Cursor
io.github.a2al/a2ald
Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed.
client:Cursor
transport:stdio
runtime:npm
Install A2AL Daemon in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a2ald": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"a2ald"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs