sockeye44/better-memory-mcp
If you are the rightful owner of better-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 henry@mcphub.com.
The Better Memory MCP Server is an advanced knowledge graph memory system designed to enhance Claude's conversational capabilities by maintaining persistent memory with improved organization and data quality.
Tools
Functions exposed to the LLM to take actions
create_entities
Create multiple new entities in the knowledge graph.
create_relations
Create multiple new relations between entities.
add_observations
Add new observations to existing entities with optional confidence scores.
delete_entities
Remove entities and their relations.
delete_observations
Remove specific observations from entities.
delete_relations
Remove specific relations from the graph.
read_graph
Read the knowledge graph with controllable detail.
search_nodes
Search for nodes based on query.
open_nodes
Retrieve specific nodes by name.
merge_entities
Merge one entity into another, combining observations and updating relations.
archive_entity
Archive an entity (soft delete - hidden from normal queries).
unarchive_entity
Restore a previously archived entity.
get_recent_changes
Get entities, relations, and observations created/modified within specified time.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client