This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Add a new NPC (non-player character) to the memory. Requires parameters: name (string), race (string from specified options), currentLocation (string).
Modify an existing NPC in the memory. Requires parameters: name (string), updated properties (varies based on schema).
Remove an NPC from the memory. Requires parameter: name (string).
Add a new location to the memory. Requires parameters: name (string), description (string), related entities (optional).
Modify an existing location in the memory. Requires parameters: name (string), updated properties (varies based on schema).
Remove a location from the memory. Requires parameter: name (string).