This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Add a new NPC to the memory. Requires: name (string), race (string: Human, Elf, Dwarf, Orc, Goblin), currentLocation (string with a relationship to location).
Modify an existing NPC in the memory. Requires: name (string), and any properties to update.
Remove an NPC from the memory. Requires: name (string).
Add a new location to the memory. Requires: name (string) and other properties as defined in the schema.
Modify an existing location in the memory. Requires: name (string), and any properties to update.
Remove a location from the memory. Requires: name (string).