mnemo-mcp
49Plugin Claude Code
Persistent AI memory — store, search, and recall knowledge across sessions.
Plugin Claude Code
Persistent AI memory — store, search, and recall knowledge across sessions.
Instructions file CodexOpenCode
Instructions for n24q02m/mnemo-mcp, covering agents.md - mnemo-mcp, commands, setup, lint & type check and fix.
Instructions file
Instructions for n24q02m/mnemo-mcp, covering claude.md - mnemo-mcp, commands, setup, lint & type check and fix.
Hook
Runs when a session starts, executing session-start.sh. From n24q02m/mnemo-mcp.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post-tool-use.sh. From n24q02m/mnemo-mcp.
Skill Claude CodeCodex
Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate.
Skill Claude CodeCodex
Use when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate contexttype (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.
Skill Claude CodeCodex
Use when the user installs mnemo-mcp on a fresh machine and wants to restore prior memory state from S3 or Google Drive (Phase 2 passport sync). Triggers on phrases like "set up mnemo on this machine", "restore my memory passport", "import passport", "bootstrap mnemo", or when the user says they got a new laptop / VM…
Skill Claude CodeCodex
Use at session start, before significant decisions, or when a new task references a known project to recall mnemo memories matching the current working directory, recently edited files, or topic keywords. Helps maintain continuity across sessions and avoid redoing past research.
Skill Claude CodeCodex
End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions.
Skill Claude CodeCodex
Answer time-travel questions over stored memory — what was believed at a past point in time, when a belief changed, and what replaced it. Use when the user says "as of", "back in", "at the time", "history of", "timeline", "what did I think then", or asks why a current memory contradicts an older one.
MCP server Claude CodeCodexCursor +2
Open-source MCP Server for persistent AI memory with embedded sync. Runs locally from the mnemo-mcp Python package. Needs 1 environment variable to run.
Plugin Claude Code
Image/video understanding & generation across Gemini, OpenAI, Grok.
Instructions file CodexOpenCode
Instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.
Instructions file
Instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.
Hook
Runs when a session starts, running an inline shell check. From n24q02m/imagine-mcp.
Skill Claude CodeCodex
Describe the contents of an image file or URL in structured detail.
MCP server Claude CodeCodexCursor +2
MCP server for image/video understanding & generation (Gemini/OpenAI/Grok). Runs locally from the imagine-mcp Python package. Needs 4 environment variables to run.
Plugin Claude Code
Plugin marketplace listing 10 plugins: wet-mcp, mnemo-mcp, better-notion-mcp, better-email-mcp, better-godot-mcp.
Instructions file CodexOpenCode
Instructions for n24q02m/claude-plugins, covering agent collaboration, quick reference, build & test, release and conventions.
Instructions file
Instructions for n24q02m/claude-plugins, covering claude-plugins, structure, plugins and conventions.
Plugin Claude Code
Peer AI agents coordinate through markdown messages in shared channel folders — group chat / blackboard, no orchestrator, autonomous zero-token waiting, cross-platform.
Command
Read your peer-agent inbox and post/reply via the agent-chat shared folder.
Hook
Runs when a session starts, executing session_inbox.py via python. From n24q02m/claude-plugins.