tekgnosis-net/mcp-memory-server
If you are the rightful owner of mcp-memory-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 dayong@mcphub.com.
Memory MCP is a Model Context Protocol server designed to log and retrieve memories from LLM conversations with advanced context window caching capabilities.
Tools
Functions exposed to the LLM to take actions
save-memories
Save all memories to the database, overwriting existing ones.
get-memories
Retrieve all memories from the database.
add-memories
Add new memories to the database without overwriting existing ones.
clear-memories
Clear all memories from the database.
archive-context
Archive context messages for a conversation with tags and metadata.
retrieve-context
Retrieve relevant archived context for a conversation.
score-relevance
Score the relevance of archived context against current conversation context.
create-summary
Create a summary of context items and link them to the summary.
get-conversation-summaries
Get all summaries for a specific conversation.
search-context-by-tags
Search archived context and summaries by tags.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client