Register installed tools with MCP host applications. Instead of manually editing each app’s JSON config,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.
tool host writes the correct entries for you — and creates a backup before touching anything.
Subcommands
| Subcommand | Alias | Description |
|---|---|---|
tool host add | a | Register tools with a host |
tool host remove | r | Remove tools from a host |
tool host list | l | List supported hosts and their status |
tool host preview | p | Preview the config that would be written |
tool host path | — | Print the config file path for a host |
Supported hosts
claude-desktop
Aliases:
claudedesktop, cdcursor
Alias:
cursorclaude-code
Aliases:
claudecode, ccvscode
Aliases:
vs-code, vsc, codecodex
Alias:
codexwindsurf
Alias:
windsurfzed
Alias:
zedgemini-cli
Aliases:
geminicli, geminikiro
Alias:
kiroroo-code
Aliases:
roocode, rooopencode
Aliases:
open-code, octool host add
Register tools with a host application. By default, registers all installed tools. Pass specific tool references to register only those.
Arguments
Target host name (e.g.,
claude-desktop, cursor, vscode). Aliases are accepted.One or more tool references to register. If omitted, all installed tools are registered.
Options
Preview the changes that would be made without modifying any files.
Overwrite existing entries for these tools if they are already present in the host config.
Skip the confirmation prompt.
Examples
The command creates a timestamped backup of the host’s config file before making any changes, so your original config is always safe to restore.
tool host remove
Remove tool entries from a host’s config. By default, removes all entries that were added by tool-cli. Pass specific tool references to remove only those.
Arguments
Target host name.
One or more tool references to remove. If omitted, all tool-cli managed entries are removed.
Options
Preview the changes without modifying any files.
Skip the confirmation prompt.
Examples
tool host list
List all supported hosts and whether their config file exists on the current machine. Pass a host name to show which tools are registered with that host.
Arguments
A specific host to inspect. When provided, shows the tools registered with that host.
Examples
tool host preview
Preview the MCP server config entries that would be written to a host’s config file, without making any changes.
Arguments
Target host name.
Specific tools to preview. If omitted, all installed tools are previewed.
Examples
tool host path
Print the absolute path to the config file for a given host. Useful for scripts or when you need to inspect the file directly.
Arguments
Target host name.