> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Install Unblocked MCP to enhance your coding agents with organizational context

<Note>
  Unblocked MCP tools are actively evolving. Tools and their descriptions may change over time.
</Note>

Unblocked MCP gives your coding agents access to organizational context they can't get from code alone — pull request history, messaging threads, issue trackers, documentation, and more. One install works across all your tools.

The MCP server is built and shipped by the [Unblocked CLI](/unblocked-cli/cli-overview). The same context is also available as standalone [`context-*` commands](/unblocked-cli/cli-query) you can run directly or wire into scripts and CI.

## Install (macOS)

Run the following command to install Unblocked MCP:

```bash theme={null}
curl -fsSL https://getunblocked.com/install-mcp.sh | bash
```

This will download the Unblocked CLI and configure your supported tools and agents automatically.

<Note>
  The install script is currently supported on macOS only. Windows and Linux users should use the manual install instructions below.
</Note>

The installer auto-detects your supported tools and agents (Claude Code, Cursor, Windsurf, and others) and configures them all. It also installs [skills](https://github.com/unblocked/skills) — prompt-driven workflows that teach your agents how to best leverage Unblocked.

## Install (Windows / Linux / other)

<CardGroup cols={3}>
  <Card title="Claude Code" icon="terminal" href="/unblocked-mcp/install-claude-code" />

  <Card title="Claude Desktop" icon="message-bot" href="/unblocked-mcp/install-claude-desktop" />

  <Card title="Codex" icon="code" href="/unblocked-mcp/install-codex" />

  <Card title="Cursor" icon="arrow-pointer" href="/unblocked-mcp/install-cursor" />

  <Card title="Windsurf" icon="wind" href="/unblocked-mcp/install-windsurf" />

  <Card title="Other clients" icon="puzzle-piece" href="/unblocked-mcp/install-other" />
</CardGroup>

## Give your agent organizational context

Once installed, your agent can pull in context from PRs, messaging platforms, issue trackers, and documentation. Depending on your agent and its configuration, it may call these tools on its own or when you ask it to use Unblocked.

| Tool               | What it does                                                                                                      |
| ------------------ | ----------------------------------------------------------------------------------------------------------------- |
| `context_research` | Multi-source research across code, PRs, docs, issues, and messaging — returns a synthesized answer with citations |
| `context_get_urls` | Fetches the content behind one or more URLs your agent encounters or you provide                                  |

<CardGroup cols={2}>
  <Card title="Context research" icon="magnifying-glass" href="/unblocked-mcp/mcp-context-research" />

  <Card title="Context get URLs" icon="link" href="/unblocked-mcp/mcp-context-get-urls" />
</CardGroup>
