by Puliczek
🔥🖥️ MCP Memory is a MCP Server that gives MCP Clients (Cursor, Claude, Windsurf and more) the ability to remember information about users (preferences, behaviors) across conversations.
# Add to your Claude Code skills
git clone https://github.com/Puliczek/mcp-memoryMCP Memory is a MCP Server that gives MCP Clients (Cursor, Claude, Windsurf and more) the ability to remember information about users (preferences, behaviors) across conversations. It uses vector search technology to find relevant memories based on meaning, not just keywords. It's built with Cloudflare Workers, D1, Vectorize (RAG), Durable Objects, Workers AI and Agents.
In Create Vectorize section choose:
Click button "Create and Deploy"
In Cloudflare dashboard, go to "Workers & Pages" and click on Visit

npm create cloudflare@latest --git https://github.com/puliczek/mcp-memory
No comments yet. Be the first to share your thoughts!
npm install
npx wrangler vectorize create mcp-memory-vectorize --dimensions 1024 --metric cosine
npm run dev
npm run deploy

Storing Memories:
@cf/baai/bge-m3 model to generate embeddingsRetrieving Memories:
@cf/baai/bge-m3 modelThis architecture enables:
The system finds conceptually related information even when the exact words don't match.
MCP Memory implements several security measures to protect user data:
MCP Memory is free to use for normal usage levels:
For more details on Cloudflare pricing, see:
Can I use memory.mcpgenerator.com to store my memories?
Can I host it?
Can I run it locally?
wrangler dev to run the worker locallyCan I use different hosting?
Why did you build it?
Can I use it for more than one person?
Can I use it to store things other than memories?