This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new NPC (non-player character) node in the memory. Parameters: name (string), race (string - must be one of Human, Elf, Dwarf, Orc, Goblin), currentLocation (string, must define the NPC's location)
Modify an existing NPC node in the memory. Parameters: name (string), updated properties (various based on schema)
Remove an NPC node from the memory. Parameters: name (string)
Create a new location node in the memory. Parameters depend on the location schema defined.
Modify an existing location node in the memory. Parameters: name (string), updated properties (various based on schema)
Remove a location node from the memory. Parameters: name (string)