Skip to main content
The Unblocked CLI is actively evolving. Command names, flags, and output shapes may change over time.
The Unblocked CLI (unblocked) is the single binary that powers the Unblocked MCP server, installs skills into your AI coding agents, and exposes Unblocked’s organizational context through standalone commands you can run yourself or wire into scripts and CI.

Getting started

  1. Install the CLI — pick one of the two install scripts or the per-agent manual install.
  2. Authenticate with unblocked auth, or set an API token for headless environments.
  3. Query your workspace with the context-* commands, or let your IDE talk to the MCP server automatically.

MCP and IDE setup

The CLI is how MCP gets installed and run, but if you just want to wire an IDE up to Unblocked MCP, the Unblocked MCP section is the best starting point. It covers per-agent install flows (Claude Code, Claude Desktop, Codex, Cursor, Windsurf, and others), the available MCP tools, and skills.

Command summary

CommandWhat it does
unblocked installConfigure IDEs with the MCP server and install skills
unblocked install-mcpConfigure IDEs with the MCP server only
unblocked install-skillsInstall skills into AI coding agents
unblocked updateCheck for and apply available CLI updates
unblocked uninstallRemove the CLI, MCP configs, skills, and auth tokens
unblocked authRun the browser-based authentication flow
unblocked mcpRun the MCP server (JSON-RPC over stdio)
unblocked context-researchResearch a topic across code, PRs, docs, and other sources
unblocked context-search-codeSearch for context scoped to code
unblocked context-search-documentationSearch for context scoped to documentation
unblocked context-search-issuesSearch for context scoped to issues
unblocked context-search-messagesSearch for context scoped to messaging
unblocked context-search-prsSearch for context scoped to pull requests
unblocked context-query-issuesRetrieve issues using structured filters
unblocked context-query-prsRetrieve pull requests using structured filters
unblocked context-get-urlsRetrieve content from one or more URLs directly

Global options

OptionDescription
--versionDisplay the CLI version and build number
--helpShow the top-level command list