Fetch one or more tool bundle files (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/superradcompany/tool-cli/llms.txt
Use this file to discover all available pages before exploring further.
.mcpb / .mcpbx) from the registry and write them to a directory on disk. Unlike tool install, the downloaded files are not registered with tool-cli — they remain as standalone bundle files.
Synopsis
Arguments
One or more registry tool references to download. Each entry uses the format
namespace/name or namespace/name@version. Multiple references can be provided in a single command.Flags
Directory to write the downloaded bundle file(s) into. Defaults to the current working directory.
Target platform for the download. Accepts identifiers such as
darwin-arm64, linux-x64, win32-arm64, or universal. Defaults to auto-detecting your current system’s platform and falling back to universal if no exact match exists.Difference from tool install
tool download | tool install | |
|---|---|---|
| Writes bundle file to disk | Yes | No |
| Registers tool with tool-cli | No | Yes |
Available to tool run / tool call | No | Yes |
| Useful for CI, redistribution, offline use | Yes | No |
tool download when you need the raw bundle for packaging, CI pipelines, or offline distribution. Use tool install when you want to use the tool directly on your machine.