This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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).