mcpserver.lol
registry/camgitt-memoir
Connection check local install

camgitt-memoir

Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.

Tools 15
GitHub stars 14
Installs / wk 175
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

15 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

memoir_add_next from source
Add a next action to the current session. Use when the user decides on a concrete next step, or when you finish something and the logical next move is clear.
memoir_ask from source
Capture an open question for later. Use when the user poses a question you cannot fully answer now, or when an ambiguity surfaces that needs resolution in a future session.
memoir_complete_next from source
Mark a next action as complete (removes it from the pinned list). Match by substring — pass the relevant keywords, not the whole text.
memoir_consolidate from source
Analyze all AI tool memories for duplicates, stale files, contradictions, and bloat. Returns a consolidation report with actionable suggestions. Use this to help users keep their A…
memoir_forget from source
memoir_list from source
List all memory files across all detected AI tools and projects
memoir_note from source
Record a decision with optional rationale and rejected alternative. Use when a non-obvious technical or product choice is made — the kind of thing a future session would want to kn…
memoir_profiles from source
List and manage memoir profiles (personal, work, etc.)
memoir_read from source
Read the full content of a specific memory file
memoir_recall from source
Search across all AI tool memories, project configs, and session context for relevant information. Returns the matched passages (not file headers) from the best files, ranked by ho…
memoir_remember from source
Save a memory to a specific AI tool\
memoir_session from source
Show the current session state — goals, next actions, open questions, recent decisions, recent sessions across machines. Use this to catch up at the start of a session, or when you…
memoir_set_goal from source
Set the current goal for this session. Use when the user states what they want to work on, or when a clear focus emerges. Pinned into CLAUDE.md so future sessions see it.
memoir_status from source
Show which AI tools are detected on this machine and memoir configuration status
memoir_why from source
Look up past decisions by keyword. Returns the decision text, why it was made, and what alternative was rejected. Use when the user asks