Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -yExposed MCP Tools (6)
add_npcAdds a new NPC node to the knowledge graph.
Adds data to the graph, but is constrained by the schema.
update_npcUpdates an existing NPC node in the knowledge graph.
Modifies existing data, potentially causing inconsistencies.
delete_npcDeletes an NPC node from the knowledge graph.
Irreversibly removes data from the graph.
add_locationAdds a new location node to the knowledge graph.
Adds data to the graph, but is constrained by the schema.
update_locationUpdates an existing location node in the knowledge graph.
Modifies existing data, potentially causing inconsistencies.
delete_locationDeletes a location node from the knowledge graph.
Irreversibly removes data from the graph.
Safety Assessment
MemoryMesh is relatively safe in isolated environments with trusted users. However, the lack of authentication and potential for destructive operations make it risky in multi-user or untrusted environments. Ensure schemas are well-defined to limit potential damage from AI interactions.
- Schema-based tools limit data structure to defined types.
- No direct internet exposure.
- Event system tracks operations.
- Memory Viewer provides a way to inspect the data.
- Write and delete operations are supported.
- No built-in authentication or authorization.
- Data is stored in a local JSON file, potentially exposing sensitive information.
- Lack of sandboxing for AI interactions.
