-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mrdulasolutions edited this page May 25, 2026
·
2 revisions
A Claude Code / Claude Cowork plugin that uses Box.com as durable agent memory plus first-class 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 or Box's Metadata Query, optional semantic Q&A via Box AI, optional Hubs Q&A for 20k-file workspaces.
This is the cloud variant, using Box's official MCP server at mcp.box.com. For the air-gapped on-prem variant (Box Drive filesystem only, no Box API calls), see mrdulasolutions/BOX-Onprem.
| If you want to… | Read |
|---|---|
| Get a feel for what the plugin does | Quick Start |
| Install it | Installation |
| Understand the design | Architecture |
| See what skill does what | Skills Reference |
| Connect Box MCP | Box MCP Setup |
| Use Box AI features | Box AI Integration |
| Set up a Hub workspace | Hubs Workspaces |
| Manage an AI Studio agent | AI Studio Agents |
| Pick an auth model for non-Claude agents | Authentication |
| Use the plugin from LangChain or LlamaIndex | Framework Integrations |
| Understand AI Unit cost | Box AI Units |
| Wire Box events to auto-trigger workflows | Webhooks Patterns |
| Verify your compliance posture | Compliance and Trust Center |
| See the workspace schema | Schema |
| Know what your Box tier can do | Tier Matrix |
| Debug known quirks (Box's, not ours) | Operational Notes |
| Search the FAQ | FAQ |
| Diagnose a problem | Troubleshooting |
| See what changed | Changelog |
-
12 skills, each invokable as a slash command (
box-init,box-status,box-tier-detect,box-mcp-check,box-write,box-recall,box-ai-recall,box-companion,box-ai-extract,box-team,box-ai-agent,box-index-rebuild) - Tier-aware routing: Personal/Free uses index files; Business+ adds metadata templates + Box AI; Enterprise Plus adds Hub workspaces + Hubs Q&A; Enterprise Advanced adds AI Studio agents
- No chunking, no RAG by default: binaries get paired companion markdown files with SHA256 hash anchoring. Box AI Extract does OCR for PDFs/images on Business+; falls back to honest "couldn't parse" stubs otherwise
- Plugin zip: 37 KB compressed, 12 skills, validated against Anthropic's working Cowork plugin shape
- Latest release: https://github.com/mrdulasolutions/BOX/releases/latest
- Issues: https://github.com/mrdulasolutions/BOX/issues
- Air-gapped variant: https://github.com/mrdulasolutions/BOX-Onprem
- Air-gapped wiki: https://github.com/mrdulasolutions/BOX-Onprem/wiki
MIT
box-memory · MIT · Repo · Latest release · Issues · Air-gapped variant
Getting started
Concepts
Features
Skills reference
- Skills Reference (all)
- box-init
- box-status
- box-tier-detect
- box-mcp-check
- box-write
- box-recall
- box-ai-recall
- box-companion
- box-ai-extract
- box-team
- box-ai-agent
- box-index-rebuild
Integrations
Operations
Project