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 toolsRead 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. 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. 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. 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… 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 AI memory clean.
memoir_forget
from source
memoir_list
from source
List all memory files across all detected AI tools and projects 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… 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 know
memoir_profiles
from source
List and manage memoir profiles (personal, work, etc.) List and manage memoir profiles (personal, work, etc.)
memoir_read
from source
Read the full content of a specific memory file 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… 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 how well each file covers all your terms — aliases, names, and descriptions weigh more than body prose. Use this before answering questions about a project, a past decision, or a tool. Use memoir_read to see a whole file.
memoir_remember
from source
Save a memory to a specific AI tool\ 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… 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 need to orient yourself on what was decided.
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. 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 Show which AI tools are detected on this machine and memoir configuration status
memoir_why
from source