A Claude Cowork / Claude Code plugin that uses Box.com as agent memory + file storage. Markdown memories with YAML frontmatter and Obsidian-style wikilinks, paired companion .md files for binaries (Box AI Extract handles OCR on Business+), instant recall via per-folder index files plus optional AI-powered Q&A on tiers that support it.
| Skill | Slash | Description | Tier |
|---|---|---|---|
box-init |
/box-init |
Bootstrap a Box workspace (folder or Hub via --as-hub) |
All; --as-hub Enterprise Plus |
box-status |
/box-status |
Show workspace state (tier, counts, health) | All |
box-tier-detect |
/box-tier-detect |
Probe Box capabilities + MCP variant + AI availability | All |
box-mcp-check |
/box-mcp-check |
Verify official Box MCP (mcp.box.com) and OAuth scopes |
All |
box-write |
/box-write |
Save a memory | All |
box-recall |
/box-recall |
Find memories via local index | All |
box-ai-recall |
/box-ai-recall |
Semantic Q&A via Box AI Ask (multi-doc or Hubs) | Business+ (AI Units) |
box-companion |
/box-companion |
Describe a binary file (uses Box AI Extract on Business+) | All |
box-ai-extract |
/box-ai-extract |
Schema-driven metadata extraction via Box AI | Business+ (AI Units) |
box-team |
/box-team |
Manage multi-team subtrees | All |
box-ai-agent |
/box-ai-agent |
Manage persistent AI Studio "memory librarian" agent | Enterprise Advanced |
box-index-rebuild |
/box-index-rebuild |
Refresh per-folder indexes | All |
- Connect Box's official remote MCP at
mcp.box.comto your platform:- Claude Code / Cowork: Settings → Connectors → Box
- Custom agent: configure the remote MCP (see CONNECTORS.md)
- Run
/box-mcp-checkto verify the connection (official MCP, required scopes). - Run
/box-init my-workspaceto bootstrap. - The plugin auto-detects tier and routes accordingly. AI features are opt-in (set
settings.ai_recall_enabled: trueto enable; AI Units consumed per call).
Full source, docs, examples, AI cost model, webhooks pattern, and design rationale: https://github.com/mrdulasolutions/BOX
Air-gapped variant: https://github.com/mrdulasolutions/BOX-Onprem
MIT