Skip to content

Installation

Terminal window
npm install -g @nimblebrain/mpak

Verify the installation:

Terminal window
mpak --version
  • Node.js 22+ - The CLI is built on Node.js
  • Python 3.10+ - Required to run Python-based MCP servers
  • Platform - macOS, Linux, or Windows

Run commands directly with npx:

Terminal window
npx @nimblebrain/mpak bundle search echo
npx @nimblebrain/mpak bundle run @nimblebraininc/echo

This downloads the CLI on first use and caches it locally.

The CLI stores configuration in ~/.mpak/config.json:

{
"version": "1.0.0",
"lastUpdated": "2025-01-01T00:00:00.000Z",
"registryUrl": "https://registry.mpak.dev"
}
VariableDescriptionDefault
MPAK_REGISTRY_URLOverride the registry API URLhttps://registry.mpak.dev

Downloaded bundles are cached in ~/.mpak/cache/. To clear the cache:

Terminal window
rm -rf ~/.mpak/cache