MemoryMesh, developed by CheMiguel23, is a local knowledge graph server that enables AI assistants like Claude to store, update, and recall structured information. It features dynamic schema-based tools, relationship modeling, and AI-aware interfaces for maintaining consistent data. Built on the Knowledge Graph Memory Server from MCP, MemoryMesh adds custom schemas, metadata expansion, and event tracking. It integrates seamlessly with Claude Desktop on macOS and Windows, facilitating natural language interactions for world-building and storytelling. While originally designed for text-based RPG scenarios, MemoryMesh is adaptable for social networks, organizational planning, or other structured data use cases requiring persistent information management and retrieval in AI-assisted creative and analytical tasks.
No reviews yet. Be the first to review!
Sign in to join the conversation
Add a new NPC (Non-Playable Character) to the memory. Required parameters include name (string), race (string), and currentLocation (string).
Update an existing NPC in the memory. Requires parameters to identify the NPC and the new values for its properties.
Remove an NPC from the memory. Requires the name of the NPC to be deleted.
Add a new location to the memory. Required parameters include name (string) and description (string) of the location.
Update an existing location in the memory. Requires parameters to identify the location and the new values for its properties.
Remove a location from the memory. Requires the name of the location to be deleted.