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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Create a new NPC node in the knowledge graph. Requires parameters: name (string), race (string), currentLocation (string with relationship).
Modify an existing NPC node in the knowledge graph. Requires parameters: name (string), race (optional string), currentLocation (optional string with relationship).
Remove an existing NPC node from the knowledge graph. Requires parameter: name (string).
Create a new location node in the knowledge graph. Requires parameters: name (string), description (string).
Modify an existing location node in the knowledge graph. Requires parameters: name (string), description (optional string).
Remove an existing location node from the knowledge graph. Requires parameter: name (string).