win10ogod/memory-mcp-server
If you are the rightful owner of memory-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing dynamic short-term and long-term memory management with Chinese language support.
Tools
Functions exposed to the LLM to take actions
add_short_term_memory
Add a new short-term memory from conversation messages.
search_short_term_memories
Search for relevant memories based on current context.
delete_short_term_memories
Delete memories matching a pattern.
get_memory_stats
Get statistics about short-term memories.
cleanup_memories
Manually trigger memory cleanup.
add_long_term_memory
Add a permanent memory with a trigger condition.
update_long_term_memory
Update an existing long-term memory.
delete_long_term_memory
Delete a long-term memory by name.
list_long_term_memories
List all long-term memories with basic info.
search_long_term_memories
Search and activate memories based on current context.
get_memory_context
Get creation and update context of a specific memory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client