Install mcpfold
Pick your channel — every one resolves to the same release. Latest: v1.4.1
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.
Frequently asked questions
- How do I install mcpfold?
- Run mcpfold with no install using "npx mcpfold@latest", install it globally with "npm install -g mcpfold", or use a standalone binary via Homebrew ("brew install mcpfold") or Scoop. mcpfold needs Node.js 20+ for the npm paths; the standalone binaries bundle their own runtime.
- Do I need an account to use mcpfold?
- No. mcpfold is local-first — init, import, sync, diff, doctor, and run all work entirely offline with no account and no server. An account is only needed for the optional cloud features (config sync across machines and team sharing).