Skip to main content
Glama

myAI Memory Sync

by Jktfe
emergency-sync.sh593 B
#!/bin/bash # Emergency sync script for myAI Memory Sync # This script runs the emergency sync command to fix permissions and update all platforms # Build the project first npm run build echo "Starting myAI Memory emergency sync..." node dist/cli.js --emergency-sync if [ $? -eq 0 ]; then echo "✅ Emergency sync completed successfully!" else echo "❌ Emergency sync failed. Please check the logs for details." exit 1 fi # Also sync with Claude.ai profile settings echo "Also syncing with Claude.ai profile settings..." node test-profile-sync.js echo "Emergency sync completed!"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jktfe/myAImemory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server