# Claude Code Plugin

The Strata plugin is the fastest way to connect Claude Code. Installing it registers the Strata MCP server automatically and adds the Spaces skills, so research, publish, and review work the moment it's installed. The CLI is optional, only for mounting Spaces as local files.

## Install

Add the marketplace, then install

```text
/plugin marketplace add strata-space/marketplace
/plugin install strata@strata-space
```

Or install in one step

```text
/plugin install strata-space/strata-claude-plugin
```

On the first tool call, Strata opens your browser once to sign in.

## Bundled skills

The plugin ships five skills you can invoke in conversation:

`strata-spaces` Mount or sync a Strata Space as a local folder of Markdown files (requires the CLI).

`strata-research` Answer a question from your Strata knowledge base with citations.

`strata-publish` Push a draft or a folder of Markdown up into Strata.

`strata-review` Review a document and leave anchored comments instead of rewriting it.

`strata-doctor` Diagnose Strata connectivity and the most recent write failure.

## Optional: the Strata CLI

The CLI is only needed for the filesystem features (mounting and folder sync). The strata-spaces skill installs it for you on first run, or install it yourself:

macOS (Homebrew)

```bash
brew install --cask strata-space/tap/strata
```

On Linux, the strata-spaces skill installs the binary under explicit consent. See the [download page](/content/download/index.html) for all platforms.

## Next Steps

[Full plugin documentation on GitHub](https://github.com/strata-space/strata-claude-plugin)

Connecting a different client? See Getting Started.
