Start to use Echo in ≤ 10:00 minutes.
$ npm i -g @echomem/mcp@latest && echomem-mcp init
Don’t have npm yet?
1. No Homebrew? Install it
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"2. Homebrew installs Node + npm
brew install node3. brew not found after install? Add it to your PATH
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile && eval "$(/opt/homebrew/bin/brew shellenv)"4. Verify both are visible
node -v && npm -v