Echo

Start to use Echo in ≤ 10:00 minutes.

@echomem/mcp
Terminal

$ npm i -g @echomem/mcp@latest && echomem-mcp init

Don’t have npm yet?
  1. 1. No Homebrew? Install it

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. 2. Homebrew installs Node + npm

    brew install node
  3. 3. 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. 4. Verify both are visible

    node -v && npm -v