Memory Custom
JSON →Extends the MCP Memory server to create and manage a knowledge graph from LLM interactions.
Install
npx -y @smithery/cli Tools · 11
- Get Current Time Retrieves the current timestamp for use in memory operations.
- Set Memory File Path Specifies a custom file path for storing memory data for a project.
- Create Entities Creates new entities in the knowledge graph.
- Create Relations Creates relations between entities in the knowledge graph.
- Add Observations Adds observations to existing entities in the knowledge graph.
- Delete Entities Deletes entities from the knowledge graph.
- Delete Observations Deletes observations from entities in the knowledge graph.
- Delete Relations Deletes relations between entities in the knowledge graph.
- Read Graph Reads the entire knowledge graph structure.
- Search Nodes Searches for nodes in the knowledge graph based on criteria.
- Open Nodes Opens specific nodes in the knowledge graph for viewing or editing.
Links
★ 4 GitHub stars