Claude Code Memory Server
JSON →A Neo4j-based MCP server providing persistent memory and contextual assistance for Claude Code.
Install
pip install -e Tools · 15
- store_memory Store new development memories with context
- get_memory Retrieve specific memory by ID with relationships
- search_memories Find memories by content, context, or relationships
- update_memory Modify existing memory content
- delete_memory Remove memory and cleanup relationships
- create_relationship Link memories with specific relationship types
- get_related_memories Find memories connected to a specific memory
- analyze_relationships Discover relationship patterns in memory graph
- analyze_codebase Scan project and create contextual memory graph
- track_task_execution Record development workflow and patterns
- suggest_similar_solutions Find analogous past solutions
- predict_solution_effectiveness Estimate success probability of approaches
- get_memory_graph Visualize knowledge network and relationships
- find_memory_paths Discover connection chains between concepts
- memory_effectiveness Track and analyze solution success rates
Links
★ 11 GitHub stars