AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"purmemo": {
"url": "https://mcp.purmemo.ai/mcp/messages",
"transport": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Claude knows who you are before you say a word.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'purmemo-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked purmemo-mcp against OSV.dev.
Click any tool to inspect its schema.
memory://meYour identity: role, expertise, tools, active projects, what you're working on
memory://me
memory://contextYour 5 most recent conversation summaries
memory://context
memory://projectsAll projects you've saved memories about, grouped and sorted by recency
memory://projects
memory://{id}Full content of any specific memory by ID
memory://{id}
load-contextLoad your full identity and recent memories to start a session
save-this-conversationSave the current conversation as a living document
catch-me-upGet a summary of recent work across all projects
weekly-reviewReview the week's progress and plan what's next
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for Purmemo MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Memory for your AI tools. Claude remembers who you are, what you're working on, and what you said last time — across every session, on every platform.
Just want it in ChatGPT or Claude.ai in your browser? Get the Chrome Extension instead.
Mac or Linux:
curl -fsSL https://app.purmemo.ai/install | sh
Windows (PowerShell):
irm https://app.purmemo.ai/install.ps1 | iex
That's it for installing. The script handles everything — it'll install Node if you don't have it, set up the purmemo command, and tell you when it's done.
purmemopurmemo
Your browser opens. Sign in (or create a free account). Close the tab when it says you're done.
Quit and reopen Claude Desktop (or Claude Code). pūrmemo is now connected.
You'll know it worked when your next Claude session opens with a header like:
pūrmemo v15.7.20 · you@example.com · Free · 0 memories
Try saying "save this" at the end of a conversation, or "what was I working on?" at the start of a new one.
purmemo command not found? Close and reopen your terminal, then try again. New commands sometimes need a fresh shell.
You see "Failed to read token" or "bad decrypt"? Run:
purmemo --update && purmemo init
This clears any stale credentials and signs you back in. (Fixed in v15.7.20+ — if you're on an older version, this is a one-time thing.)
Anything else? Open an issue at github.com/purmemo-ai/purmemo-mcp/issues — we read every one.
Three slash commands you'll use most:
| You type | What happens |
|---|---|
/save | Saves this conversation. Use the same title later → updates the same memory. |
/recall <topic> | Search your memories in plain English. |
/context | At the start of a session — loads who you are and what you were last working on. |
npm install -g purmemo-mcp && purmemo
Or, run it once without installing globally:
npx purmemo-mcp@latest init
Open Claude Desktop → Settings → Developer → Edit Config and add:
{
"mcpServers": {
"purmemo": {
"url": "https://mcp.purmemo.ai/mcp/messages",
"transport": "streamable-http"
}
}
}
Restart Claude Desktop. You'll be prompted to sign in via OAuth on first use.
Get your API key from app.purmemo.ai → Settings → API Keys, then edit:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purm
... [View full README on GitHub](https://github.com/purmemo-ai/purmemo-mcp#readme)