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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Add a new NPC node to the memory. Parameters: name (string, required), race (string, required, must be one of Human, Elf, Dwarf, Orc, Goblin), currentLocation (string, required, relationship to a location node)
Modify an existing NPC node in the memory. Parameters: name (string, required), race (string, optional), currentLocation (string, optional, relationship to a location node)
Remove an NPC node from the memory. Parameters: name (string, required)
Add a new location node to the memory. Parameters: name (string, required), description (string, optional)
Modify an existing location node in the memory. Parameters: name (string, required), description (string, optional)
Remove a location node from the memory. Parameters: name (string, required)