Installation
Prerequisites
- Rust 1.75+
- C toolchain (
gccorclang)
Binary Installer
curl -fsSL https://raw.githubusercontent.com/berth-mcp/berth/main/install.sh | sh
Installer environment variables:
BERTH_VERSION(example:v0.1.0)BERTH_INSTALL_DIR(example:$HOME/.local/bin)BERTH_REPO(defaults toberth-mcp/berth)
Homebrew (source build)
brew install --HEAD ./Formula/berth.rb
Build From Source
git clone https://github.com/berth-mcp/berth.git
cd berth
cargo build --release
Binary path:
target/release/berth
Verify
./target/release/berth --help