Forall v0.2.0
Forall v0.2.0
Prebuilt CLI binaries for macOS, Linux, and Windows (gzip-compressed).
Install CLI (Path A)
curl -fsSL https://forall.astrio.app/install.sh | bashAsset names match install.sh:
forall-{macos,linux,windows}-{aarch64,x86_64}[.exe].tar.gz.
Connect MCP verify-only (Path B)
Do not install the CLI. Create a key at https://forall.astrio.app/dashboard
and add to your MCP client:
{
"mcpServers": {
"forall": {
"command": "npx",
"args": ["-y", "@astrio/forall-mcp"],
"env": { "FORALL_API_KEY": "forall_..." }
}
}
}