The Harbor CLI gives you full control over your MCP server fleet from the terminal. Every command uses a nautical theme, with standard aliases available if you prefer.Documentation Index
Fetch the complete documentation index at: https://docs.harbormcp.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation
- macOS / Linux
- Windows
harbor to your PATH. Use HARBOR_NO_APP=1 for a CLI-only install.
On Linux, it installs the harbor CLI binary directly.
On Windows, the PowerShell script downloads and runs the MSI installer silently.
You can also build from source:
Usage
harbor --help to see all available commands, or harbor <command> --help for details on a specific command.
Quick Example
Nautical Naming
Harbor uses a nautical theme for its commands. Every command has a standard alias if you prefer conventional names:| Nautical | Standard | What it does |
|---|---|---|
dock | add | Add a server (native or custom) |
undock | remove | Remove a server |
fleet | list | List servers |
launch | start | Start a server |
manifest | status | Show status |
signal | sync | Sync to hosts |
port | host | Manage host connections |
lighthouse | gateway | Start the HTTP gateway |
cargo | filter | Manage tool filters |
scout | search | Search the MCP Registry |
chest | vault | Manage secrets |
scuttle | uninstall | Uninstall Harbor |
update | — | Update to latest version |

