Prerequisites
Install the@memorycrystal/mcp-server npm package:
Configure
Open the Claude Desktop config file
Edit
~/.claude/claude_desktop_config.json. Create the file if it doesn’t exist.Add the Memory Crystal MCP server
Add a Replace
memory-crystal entry under mcpServers:your-api-key-here with your API key and your-deployment.convex.site with your Memory Crystal backend URL.Verify
After restarting Claude Desktop, confirm Memory Crystal is connected:- Open a new conversation in Claude Desktop.
- Ask Claude to run
crystal_stats. It should return your memory usage statistics. - Ask Claude to run
crystal_wake. It should return a session briefing with any active context from previous sessions.
crystal-mcpis on yourPATH(runwhich crystal-mcpin a terminal)- The
MEMORY_CRYSTAL_API_KEYandMEMORY_CRYSTAL_API_URLvalues in the config are correct - The config file is valid JSON (no trailing commas or missing quotes)
