| name | m3-install |
| description | Install or upgrade the m3-memory CLI + system payload. |
M3 Install
When to Use
Use this skill when the user wants to install or upgrade the m3-memory system, CLI executables, embedder service, or database schema.
Instructions
Step 1 — detect current state. Try in order:
mcp-memory --version
python -m m3_memory.cli --version
Step 2 — branch on what step 1 printed.
Not installed (both commands fail):
After install completes, tell the user to re-run /m3:health in a NEW session (PATH changes don't apply to the current one).
Already installed (a version printed):
Step 3 — print one-line summary of what action was taken or recommended.