Claude Conversation Memory System
JSON →Provides searchable local storage for Claude conversation history, enabling context retrieval during sessions.
Install
pip install -e Tools · 5
- store_conversation Store a conversation summary in the memory system
- retrieve_conversation Retrieve a stored conversation by ID or query
- list_conversations List all stored conversations with metadata
- delete_conversation Delete a specific conversation from memory
- search_conversations Search conversations by keywords or date range
Links
★ 2 GitHub stars