This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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).