Dithilli/context-memory-mcp
If you are the rightful owner of context-memory-mcp 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.
The Context Memory MCP Server is designed to preserve agent context across conversation compressions, ensuring that valuable information is not lost when Claude's conversation window is compacted.
Tools
Functions exposed to the LLM to take actions
add_note
Store context with tags and metadata.
add_file_decision
Log why a specific decision was made about a file.
handoff_to_agent
Store context when handing off between agents.
cache_solution
Save a problem/solution pair for future reference.
search_context
Search all context with filters.
find_solution
Find cached solution for a problem.
get_handoff_context
Get latest handoff context for an agent.
clear_session
Clear all context for a session.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client