Goose should be configured interactively as a command-line extension. Use the values below instead of the older YAML remote-extension flow.
OVERVIEW
Goose is an open-source AI agent from Block. For Zephex, the current setup is the interactive command-line extension flow: `ID` and `Name` set to `zephex`, `Command` set to `npx -y zephex`, `Timeout` set to `300`, and an env var of `ZEPHEX_API_KEY=...`.
CONFIG FILE LOCATION
Run `goose configure` and add a Command-line Extension.
Use the values exactly as shown above.
Replace `mcp_sk_your_key_here` with your Zephex API key from the dashboard.
goose configure→ Add Extension→ Command-line Extension→ ID: zephex→ Name: zephex→ Command: npx -y zephex→ Timeout: 300→ Env var: ZEPHEX_API_KEY=mcp_sk_your_key_hereGoose should launch `npx -y zephex` as a command-line extension with `ZEPHEX_API_KEY` in the env var field.
Verify both the extension registration and a live Goose session before you rely on Zephex tools.
Run `goose configure` again and make sure you added a `Command-line Extension`, not a remote extension.
Check that the extension `ID` is exactly `zephex` and the `Command` is exactly `npx -y zephex`.
Check that `Timeout` is set to `300` and that the `Env var` field contains `ZEPHEX_API_KEY=...`.
If the editor still does not connect, return to Quickstart or check Connection Issues.