| name | tapps-memory |
| description | Manage shared project memory for cross-session knowledge persistence. 33 actions: save, search, federation, profiles, Hive, and more. |
| mcp_tools | ["tapps_memory","tapps_session_notes"] |
Manage shared project memory using TappsMCP (33 actions):
Core CRUD: save, save_bulk, get, list, delete
Search: search (ranked BM25 with composite scoring)
Intelligence: reinforce, gc, contradictions, reseed
Consolidation: consolidate (merge related entries), unconsolidate (undo)
Import/export: import (JSON), export (JSON or Markdown)
Federation: federate_register, federate_publish, federate_subscribe, federate_sync, federate_search, federate_status
Maintenance: index_session (index session notes), validate (check store integrity), maintain (GC + consolidation + contradiction detection)
Security: safety_check, verify_integrity | Profiles: profile_info, profile_list, profile_switch | Diagnostics: health
Hive / Agent Teams: hive_status, hive_search, hive_propagate, agent_register
Steps:
- Determine the action from the list above
- For saves, classify tier (architectural/pattern/procedural/context) and scope (project/branch/session/shared)
- Call
tapps_memory with the action and parameters
- Display results with confidence scores and composite relevance scores