Skip to content
K

mm_index

Rebuild or health-check the ledger semantic embedding index (.mm/index/ledger/) used by mm_search’s hybrid mode and mm_retrieve_prior_work. “rebuild”: full re-embed of specs/issues/notes/standards under the index file lock. “health”: reports model availability, chunk count, staleness (edited sections not yet re-embedded), orphaned entries (source file deleted), and legacy .mm/index/amem* dirs left by the removed semantic-memory feature (never deleted automatically).

  • Category: Core
  • Source: Built-in
  • Availability: Listed by default
  • Required parameters: 2
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
modestring (enum: rebuild, health)Yes”rebuild”: full re-embed. “health”: report-only, no writes.
{
"tool": "mm_index",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"mode": "rebuild"
}
}
  • mm_search - Full-text search across all entity types (specs, features, issues, notes, ide…
  • mm_configure_integration - Configure an external service integration (github, trello, grain, gmail, noti…
  • mm_sync_notion - Bidirectional sync between a Notion database and .mm/specs/ or .mm/notes/. Pu…
  • mm_daily_brief - Generate a structured morning summary with active tasks, blockers, recently c…
  • mm_revert_spec_completion - Revert a spec’s completion status in its parent feature. Tasks stay [x] but t…