mcpfold logomcpfold

Install mcpfold

Pick your channel — every one resolves to the same release. Latest: v0.0.0

HomebrewRECOMMENDED

brew install dj-pearson/tap/mcpfold

npx (no install)

npx mcpfold init

npm (global)

npm install -g mcpfold

curl | sh

curl -fsSL https://mcpfold.com/install.sh | sh

The 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-arm64

Download 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

  1. mcpfold init — scaffold your canonical config.
  2. mcpfold import — adopt configs you already have.
  3. mcpfold sync — fold it out to every client.

New to it? Try the quickstart or the guided flow: mcpfold init --guided.