alankyshum/graphiti-memory
If you are the rightful owner of graphiti-memory 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.
Graphiti-Memory MCP Server is a Model Context Protocol server that integrates with Neo4j and the Graphiti framework to manage memory and knowledge graph operations.
Tools
Functions exposed to the LLM to take actions
add_memory
Add an episode or memory to the knowledge graph.
search_memory_nodes
Search for nodes (entities) in the knowledge graph using natural language.
search_memory_facts
Search for facts (relationships) between entities in the knowledge graph.
get_episodes
Retrieve recent episodes for a specific group.
delete_episode
Delete an episode from the knowledge graph.
delete_entity_edge
Delete a fact (entity edge) from the knowledge graph.
get_entity_edge
Retrieve a specific entity edge by UUID.
clear_graph
Clear all data from the knowledge graph (DESTRUCTIVE).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client