Documentation for Managed Claude Stack (mcs) — a configuration engine for Claude Code environments.
New to mcs? Start here:
- Install and Quick Start — Get your first pack running in under 2 minutes
- CLI Reference — Complete command reference (
sync,pack,doctor,export,cleanup,check-updates,config) - Troubleshooting — Common issues and fixes
Creating your own shareable Claude Code configuration:
- Creating Tech Packs — Tutorial: build your first pack from scratch (includes
mcs exportshortcut) - Tech Pack Schema — Complete
techpack.yamlfield reference
How mcs works under the hood:
- Architecture — Package structure, sync flow, convergence model, safety guarantees, and extension points
| Task | Where to look |
|---|---|
| Install mcs | README > Quick Start |
| Add a pack | CLI > mcs pack add |
| Sync a project | CLI > mcs sync |
| Create a pack | Creating Tech Packs |
| Validate a pack | CLI > mcs pack validate |
| Export your setup | CLI > mcs export |
| Diagnose issues | CLI > mcs doctor |
| Understand internals | Architecture |
| Fix a problem | Troubleshooting |
Home | CLI Reference | Creating Tech Packs | Schema | Architecture | Troubleshooting