Skip to content
Strata/Docs

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.

SETUP

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.

SKILLS

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

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 for all platforms.

REFERENCE

Next Steps

Full plugin documentation on GitHub

Connecting a different client? See Getting Started.