MCP Hub
Back to servers

@peakmojo/mcp-openmemory

Validated

MCP server for memory management with long-term and short-term memory capabilities using local database

Tools
4
Updated
Jun 4, 2025
Validated
Jan 9, 2026
Validation Details

Duration: 2.7s

Server: mcp-openmemory v0.1.0

Quick Install

npx -y @peakmojo/mcp-openmemory
save_memory

Save individual conversation messages to memory storage. Use this when you want to persist important parts of our current conversation. Call this for each significant message or exchange that should be remembered for future conversations. Typically used during or at the end of conversations to store key information, decisions, or context.

recall_memory_abstract

Retrieve the current memory abstract that summarizes past conversations and context. Use this at the beginning of conversations to understand what has been discussed before, or when you need to check existing memory context. This gives you the processed summary of previous interactions, not raw messages. Call this to "remember" previous conversations with this user.

update_memory_abstract

Save a new or updated memory abstract after processing recent conversations. Use this when you have reviewed recent messages, combined them with existing memory context, and created an improved summary. The typical workflow is: 1) Get current memory abstract, 2) Get recent memories, 3) Process and combine them, 4) Save the updated abstract here. This maintains the evolving memory summary over time.

get_recent_memories

Retrieve recent raw conversation messages from the last few days. Use this when you need to see actual conversation history rather than the processed summary. Helpful for creating or updating memory abstracts, or when you need specific details from recent exchanges. This gives you the unprocessed message data to work with.

Reviews

No reviews yet

Sign in to write a review