iAchilles/memento
If you are the rightful owner of memento 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.
Memento is a persistent memory server that uses a SQLite-based knowledge graph to store and retrieve information intelligently.
Tools
Functions exposed to the LLM to take actions
create_entities
Create new entities in the knowledge graph.
create_relations
Establish relationships between entities.
add_observations
Add observations to the knowledge graph.
delete_entities
Remove entities from the knowledge graph.
delete_relations
Remove relationships between entities.
delete_observations
Remove observations from the knowledge graph.
read_graph
Read and retrieve information from the knowledge graph.
search_nodes
Search nodes using keyword or semantic mode.
open_nodes
Open and explore nodes in the knowledge graph.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client