Skip to content

Forall v0.2.0

Choose a tag to compare

@nolanlwin nolanlwin released this 17 Jul 10:32
ca47b92

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 | bash

Asset 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_..." }
    }
  }
}