purmemo-mcp
MCP server for pūrmemo — AI conversation memory that works everywhere. Save and recall conversations across Claude Desktop, Cursor, and other MCP-compatible platforms.
Documentation
pūrmemo
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.
Install in 30 seconds
1. Paste this into your terminal
Mac or Linux:
curl -fsSL https://app.purmemo.ai/install | shWindows (PowerShell):
irm https://app.purmemo.ai/install.ps1 | iexThat'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.
2. Type `purmemo`
purmemoYour browser opens. Sign in (or create a free account). Close the tab when it says you're done.
3. Restart Claude
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 memoriesTry saying "save this" at the end of a conversation, or "what was I working on?" at the start of a new one.
If something goes wrong
`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 initThis 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.
What it does
- Remembers everything — save any conversation, recall it later by typing what you remember about it.
- Knows who you are — your role, your projects, your stack — loaded automatically into every new session.
- Works everywhere — Claude Code, Claude Desktop, Cursor, Windsurf, Zed, anything that speaks MCP.
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 ` | Search your memories in plain English. |
| `/context` | At the start of a session — loads who you are and what you were last working on. |
Other ways to install
I already have Node.js
npm install -g purmemo-mcp && purmemoOr, run it once without installing globally:
npx purmemo-mcp@latest initClaude Desktop — hosted (recommended, no setup)
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.
Claude Desktop — local (advanced)
Get your API key from app.purmemo.ai → Settings → API Keys, then edit:
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": { "PURMEMO_API_KEY": "your-api-key-here" }
}
}
}Restart Claude Desktop after saving.
Cursor / Windsurf / Zed
Cursor — edit `~/.cursor/mcp.json`:
{ "mcpServers": { "purmemo": { "command": "npx", "args": ["-y", "purmemo-mcp"], "env": { "PURMEMO_API_KEY": "your-api-key" } } } }Windsurf — edit `~/.codeium/windsurf/mcp_config.json` (same shape as above).
Zed — edit `~/.config/zed/settings.json`, add under `context_servers`:
{ "context_servers": { "purmemo": { "command": { "path": "npx", "args": ["-y", "purmemo-mcp"], "env": { "PURMEMO_API_KEY": "your-api-key" } } } } }Pricing
| Plan | Price | Recalls | Saves |
|---|---|---|---|
| Free | $0 | 50/month | Unlimited |
| Pro | $19/month | Unlimited | Unlimited |
For developers
Looking for the technical stuff? It's all here:
- **Tools, resources, prompts reference** — every MCP tool the server exposes (`save_conversation`, `recall_memories`, `commit`, `snapshot`, `run_workflow`, etc.)
- **Living document semantics** — `mode='append'` vs `mode='replace'`, chunking behavior, ADR-036/038 details.
- **Identity layer** — the cognitive fingerprint that loads into every session.
- **Architecture decisions (ADRs)** — every design decision, with context and trade-offs.
- **Source for the install scripts** — read before running, if you want.
Links
- **Dashboard** — view and manage memories
- **Chrome Extension** — for ChatGPT, Claude.ai, Gemini in browser
- **Privacy Policy** — encrypted in transit and at rest, never shared
- **Support / Issues**
License
The MCP connector code in this repo is MIT licensed. The pūrmemo platform, API, and backend are proprietary.
Frequently asked questions
What is purmemo-mcp?
purmemo-mcp is MCP server for pūrmemo — AI conversation memory that works everywhere. Save and recall conversations across Claude Desktop, Cursor, and other MCP-compatible platforms.
How do I install purmemo-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is purmemo-mcp open source?
Yes — it is hosted on GitHub at https://github.com/purmemo-ai/purmemo-mcp and has 2 stars.
Related MCP tools
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP