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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Creates a new NPC node in the memory. Requires properties: name (string), race (string), currentLocation (string with a relationship to a location node).
Modifies an existing NPC node in the memory. Requires properties: name (string) to identify the NPC, and any other properties to update.
Removes an NPC node from the memory. Requires property: name (string) to identify the NPC to delete.
Creates a new location node in the memory. Requires properties: name (string) and any additional metadata.
Modifies an existing location node in the memory. Requires properties: name (string) to identify the location, and any other properties to update.
Removes a location node from the memory. Requires property: name (string) to identify the location to delete.