myAI Memory Sync is an MCP server that synchronizes personal memory templates across different Claude interfaces, including Claude Desktop, Claude Web, and Windsurf. Built with TypeScript, it provides tools for retrieving, updating, and managing structured memory sections through both stdio and HTTP transports. The implementation features robust error handling, emergency synchronization capabilities, and natural language parsing to convert unstructured text into formatted template sections. It's particularly valuable for maintaining consistent user preferences, personal information, and response styles across multiple AI platforms without manual copying.
Retrieves the full memory template. Parameters: None
Retrieves a specific section. Parameters: sectionName (string)
Updates a specific section. Parameters: sectionName (string), content (string)
Replaces the entire template. Parameters: content (string)
Lists available presets. Parameters: None
Loads a specific preset. Parameters: presetName (string)
Creates a new preset. Parameters: presetName (string)
Synchronizes across platforms. Parameters: platform (optional string)
Lists available platforms. Parameters: None
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!