Help
Doctor and health
memory doctor checks configuration, database, providers, skills, and environment readiness.
memory health checks whether the backend service is reachable.
memory status --project <project-slug> combines service, project, watcher, MCP, and diagnostic state into one payload.
When to run each
| Situation | Command |
|---|---|
| Fresh install | memory doctor then memory health |
| Service outage | memory health |
| Agent cannot find project memory | memory status --project <project-slug> |
| Provider or embedding problem | memory doctor |
| Repo-local skills are missing or stale | memory doctor --fix |
Skill checks
Doctor compares repo-local .agents/skills/ with the local installed template and, when reachable, the current GitHub skill bundle. memory doctor --fix downloads the GitHub bundle, repairs missing or outdated Memory-owned skills, and falls back to the installed template when offline.
Next
Read Support bundle.
