A2AL Daemon for Windsurf
io.github.a2al/a2ald
Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed.
client:Windsurf
transport:stdio
runtime:npm
Install A2AL Daemon in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"a2ald": {
"command": "npx",
"args": [
"-y",
"a2ald"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs