Install mcpfold
Pick your channel — every one resolves to the same release. Latest: v0.0.0
HomebrewRECOMMENDED
brew install dj-pearson/tap/mcpfoldnpx (no install)
npx mcpfold initnpm (global)
npm install -g mcpfoldcurl | sh
curl -fsSL https://mcpfold.com/install.sh | shThe installer verifies a SHA-256 checksum before installing and fails closed on any mismatch. Pin a version with MCPFOLD_VERSION=x.y.z.
Standalone binary
curl -fsSLO https://github.com/dj-pearson/MCPFold/releases/latest/download/mcpfold-macos-arm64Download the binary for your platform plus its .sha256, verify it (shasum -a 256 -c), then put it on your PATH. Binaries: macOS (arm64/x64), Linux (x64/arm64), Windows (x64).
Then, get started
mcpfold init— scaffold your canonical config.mcpfold import— adopt configs you already have.mcpfold sync— fold it out to every client.
New to it? Try the quickstart or the guided flow: mcpfold init --guided.