Install the Plexarm plugin

One install for Claude Code. It carries the Plexarm server, a skill that explains how the method works, an agent that keeps the record in order, and hooks that keep the record current.

What it adds

  • The Plexarm MCP server, configured — the same URL and header as a manual connection, with the token read from PLEXARM_TOKEN each time it starts.
  • A skill: how to pick up work, record what was done, and file what you noticed, in the words the server itself uses.
  • An agent, the Plexarm chief of staff: sweeps the record for what is late, unowned or unlinked, and reports the counts.
  • Hooks that check the credential at session start and refuse to end a session with work left open and unrecorded.

The token

The plugin reads PLEXARM_TOKEN from your environment each time it starts and stores nothing in a file. Create a token in API tokens and export it in the shell that launches Claude Code. API tokens

Step 2 — install the Plexarm plugin

Optional

The plugin carries the Plexarm server and reads PLEXARM_TOKEN from your environment each time it starts, so it never stores your token in a file.

Type these at the Claude Code prompt — not in a shell

/plugin marketplace add natalabs/plexarm-plugin
/plugin install plexarm@plexarm

Or from a shell

claude plugin marketplace add natalabs/plexarm-plugin
claude plugin install plexarm@plexarm

To get updates automatically, turn them on once: /plugin → Marketplaces → plexarm → Enable auto-update.

Using something other than Claude Code? See other clients

Other clients

The plugin is a Claude Code install. Every other client connects to the same server with a URL and a header — see Connect your agent. Connect your agent