Download and register MCP tools so they are available forDocumentation 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.
tool run, tool call, tool info, and tool host add. Supports registry packages, versioned references, and local directories.
Synopsis
Arguments
One or more tool references to install. Each entry is either:
- A registry reference:
namespace/nameornamespace/name@version - A local path:
./my-local-tool,~/tools/custom, etc.
Flags
Override automatic platform detection. Pass a platform identifier such as
darwin-arm64, linux-x64, or win32-arm64 to force a specific bundle. Use universal to install the platform-agnostic bundle regardless of your system architecture.Platform detection
When a tool has been published with multiple platform-specific bundles,tool install automatically selects the bundle that matches your operating system and CPU architecture (e.g., darwin-arm64 on Apple Silicon). If no exact match is found, it falls back to the universal bundle.
Use --platform=universal to explicitly request the universal bundle, or specify a different target platform (useful when preparing packages for redistribution or testing).
Examples
tool install does not download a file for you to keep — it installs the tool into tool-cli’s managed store. To download a bundle file to a specific directory without installing it, use tool download instead.