Compact, source-linked context packs that reduce token waste for coding agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP gives agents tools. Skills give agents procedures. Capsules give agents compact project context.
Large repositories make coding agents burn tokens rediscovering the same files, decisions, conventions, and setup details over and over. Capsule targets a 50β70% reduction in repeated repository-discovery context for large, multi-session agent work.
No install required β run directly with npx (always gets the latest version):
Or install globally with your package manager:
Keep it up to date:
Tip:
npxis the easiest option β it always runs the latest published version with no manual update step.
Capsule scans your repo, optionally enriches capsules with AI (using your installed Claude CLI, API keys, or a generated prompt for any browser-based AI), and creates:
Each capsule is a Markdown file with source fingerprints in JSON frontmatter:
Agents read .capsules/index.md, choose the relevant capsule, check staleness, then inspect only the source files that actually matter.
| Command | What it does |
|---|---|
capsule init | Scan repo, run AI enrichment (optional), write all capsules |
capsule enrich | Re-run AI enrichment on existing capsules |
capsule apply | Apply AI-generated JSON to capsule Conventions and Decisions |
capsule write <name> | Refresh one capsule from source (preserves your edits) |
capsule refresh <name> | Explicitly refresh one capsule |
capsule refresh --all | Explicitly refresh all detected capsules |
capsule get <name> | Print one capsule to stdout |
capsule scan | Print detected source groups without writing |
capsule stale [name] | Check which source files changed since last write |
capsule estimate <name> | Show estimated token savings for one capsule |
capsule stats | Show token savings across all capsules |
capsule report [name] | Show reproducible source/capsule/stale token savings |
capsule report --write | Write .capsules/report.md as a proof artifact |
capsule check | CI-friendly freshness/config check; exits nonzero on stale or missing capsules |
capsule --mcp | Start MCP server for native agent integration |
Capsule ships an MCP server so Claude Code and other MCP-compatible agents can natively discover and consume capsules β no manual file reads needed.
Add to your project's .claude/settings.json:
Or globally in ~/.claude/settings.json to enable for all projects.
Once configured, agents get these tools automatically:
| Tool | What it does |
|---|---|
capsule_list | List all capsules with freshness status |
capsule_get | Read a capsule's compressed context; warns when stale but does not write |
capsule_refresh | Explicitly refresh one capsule or all capsules |
capsule_stale | Check which capsules have outdated sources |
capsule_stats | Show token savings per capsule |
capsule_report | Show machine-readable discovery-savings proof |
capsule_check | CI-style stale/missing/config check |
capsule_init | Generate capsules for the current repo |
Capsules are also available as MCP resources at capsule:///index and capsule:///{name}.
Token counts use the cl100k_base tokenizer for accurate measurement.
For CI, run:
It exits nonzero when capsules are stale, missing, or blocked by invalid config.
Add this to AGENTS.md, CLAUDE.md, Cursor rules, or your agent instructions:
Works with any agent that can read files β Claude Code, Codex, Cursor, Windsurf, Devin, custom MCP agents.
Capsule detects standard layouts out of the box. For non-standard structure, add .capsules/config.json:
A groups entry with the same name as a default group overrides it. New names are appended. ignore patterns extend the default ignore list.
See docs/capsule-format.md for the public capsule file format.
The animation in this README is a generated GIF β no screen-recording tools required.
Requires rsvg-convert (librsvg / librsvg2-tools) and ffmpeg. The script outputs docs/demo.gif from SVG frames rendered at 2Γ for retina. See scripts/build-demo.mjs.
The OSS docs live in docs-site/ and are built with VitePress.
Capsule is early but functional. Current capabilities:
report and CI-friendly check.capsules/config.jsonCLAUDE.md, AGENTS.md, .cursorrules, .windsurfrules with capsule instructionsRoadmap:
write that diffs source changes and suggests targeted updatescapsule checkMIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/capsule)<a href="https://allmcps.com/mcp/capsule"><img src="https://allmcps.com/api/badge/capsule?style=directory" alt="Capsule on AllMCPs" /></a>