Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACF_PATH | No | Project root override for bins | |
| NODE_ENV | No | Node environment (development, production, etc.) | production |
| ALLOWED_DIRS | No | Additional allowed directories (path-delimited) | |
| DEFAULT_SHELL | No | Default shell to use for command execution | /bin/bash |
| READONLY_MODE | No | Set to 'true' to disable write operations | false |
| GEMINI_API_KEY | No | Enable AI-backed tools (parsePrd, expandTask, reviseTasks) | |
| WORKSPACE_ROOT | No | Default workspace path used by CLI/MCP | |
| ACF_INSTALL_ALL | No | Set to '1' to install all optional dependencies including 'sharp' | 0 |
| BROWSER_HEADLESS | No | Set to 'true' to run browser in headless mode | false |
| ACF_INSTALL_SHARP | No | Set to '1' to install optional 'sharp' | 0 |
| ACF_SKIP_PLAYWRIGHT | No | Set to '1' to skip heavy Playwright browser downloads | 0 |
| ACF_SKIP_POSTINSTALL | No | Set to '1' to skip all postinstall steps | 0 |
| ACF_ENABLE_APPLESCRIPT | No | Set to '1' to enable AppleScript tests (macOS only) | 0 |
| ACF_ENABLE_BROWSER_TOOLS | No | Set to '1' to enable Playwright browser tests (macOS default) | 0 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |