Cursor MCP in 50 Seconds
This guide follows the same flow as the video walkthrough on the Python MCP page: sign in, configure MCP, add the system prompt, and test save_memory.
Step-by-step
Section titled “Step-by-step”Sign in and get an API key
Open yomemo.ai and sign in with GitHub, email, or Google. Click Settings in the left menu, then API Key. If you’re new, click Rotate Key to generate a new key. Keep your key and (if you use a key pair) your private PEM path for the next step.Configure MCP in Cursor
Edit~/.cursor/mcp.json(Windows:%APPDATA%\Cursor\User\mcp.json) and add the YoMemo MCP server with yourMEMO_API_KEYandMEMO_PRIVATE_KEY_PATH. Restart Cursor and ensure MCP is enabled.Copy the system prompt
Go to github.com/yomemoai/yomemo-prompts, opensystem-v0.0.0.txt(or the latest protocol file), and copy the full contents.Add the prompt as a Cursor rule
In Cursor, add that text as a system rule (e.g. in Rules for AI or your project/global rules). This makes the AI callsave_memoryat the right moments (fact updates, decisions, high-value discoveries).Test save
In any Cursor chat, ask the AI to remember something (e.g. a preference or fact). Then open a new chat and ask it to recall—or useload_memories—to confirm the memory is stored and decrypted correctly.