mnemo-mcp
01Plugin 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
AGENTS.md instructions for expandingideas-ai/Mnemo-MCP, covering agents.md - mnemo-mcp, commands, setup, lint & type check and fix.
Instructions file
Claude Code instructions for expandingideas-ai/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 expandingideas-ai/Mnemo-MCP.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post-tool-use.sh. From expandingideas-ai/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.
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
Web search, content extraction, and media download.
Instructions file CodexOpenCode
AGENTS.md instructions for expandingideas-ai/mcp-wet, covering agents.md - wet-mcp, cau truc, lenh thuong dung, mise shortcuts and cau hinh quan trong.
Instructions file
Claude Code instructions for expandingideas-ai/mcp-wet, covering wet-mcp, cau truc, lenh thuong dung, mise shortcuts and cau hinh quan trong.
Skill Claude CodeCodex
Structured comparison of 2+ alternatives with consistent criteria and decision matrix.
Skill Claude CodeCodex
Verify a claim using adversarial search — find both supporting AND contradicting evidence.
Skill Claude CodeCodex
Detect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets projectcontext, then route subsequent docs queries to the locked versions automatically.
Skill Claude CodeCodex
Multi-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.
MCP server Claude CodeCodexCursor +2
Open-source MCP Server for web search, extract, crawl, academic research, and library docs with embedded SearXNG. Runs locally from the wet-mcp Python package. Needs 2 environment variables to run.