Install
There are two install scripts, depending on how much you want set up for you.- CLI + MCP + skills
- CLI only
- Windows / Linux
unblocked binary, runs unblocked install to configure every supported IDE and AI coding agent it detects, and installs skills. After the script finishes you are prompted to authenticate through the browser.Pick this script if you want a one-shot setup that wires Unblocked MCP into your existing tools.unblocked is not on your PATH, the install scripts place it in ~/.local/bin/ — add that directory to your PATH or invoke the binary directly.
Verify the install:
Configure IDEs and agents
Once the CLI is installed, three commands control what gets wired into your IDEs and AI coding agents.unblocked install
- the Unblocked MCP server, and
- the Unblocked skills that teach agents how to use it.
install-mcp.sh quick install script runs this for you.
unblocked install-mcp
unblocked install-skills
~/.agents/skills/ and symlinked into each agent’s own skills directory (for example ~/.claude/skills/, ~/.cursor/skills/, ~/.codeium/windsurf/skills/). Running the CLI again automatically pulls the latest skills; if you have modified a skill locally the CLI stops updating that specific skill so your changes are preserved.
Per-IDE installation instructions — including plugin, manual, and headless/token-based setups — live under Unblocked MCP.
Update
- You see a notice that a new CLI version is available.
- An MCP call or
context-*command fails with a message indicating your CLI is out of date. - You want to pick up the latest skills and tool descriptions. Each CLI run refreshes skills automatically, but upgrading the CLI itself occasionally ships larger improvements.
unblocked update cannot reach the update server — for example from an offline or firewalled environment — reinstall using either of the install scripts above.
Uninstall
- Deletes the
unblockedbinary and supporting files. - Removes the MCP server entry from every IDE and agent the CLI previously configured.
- Removes the Unblocked skills installed under
~/.agents/skills/and the symlinks pointing into each agent’s skills directory. - Clears the cached authentication token created by
unblocked auth.
unblocked uninstall does not sign you out of Unblocked anywhere except this machine. Existing sessions in the Unblocked web app, your messaging platforms, and API tokens generated in Unblocked settings remain active.uninstall. The per-agent install guides under Unblocked MCP describe where those files live.