coladapo/purmemo-mcp
If you are the rightful owner of purmemo-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Purmemo MCP Server is an official Model Context Protocol server designed to enhance memory retrieval and management using AI technology.
pūrmemo MCP Server
MCP server for pūrmemo — AI conversation memory that works everywhere. Save and recall conversations across Claude Desktop, Cursor, Windsurf, and other MCP-compatible platforms.
Using ChatGPT, Claude.ai, or Gemini in browser? Get the Chrome Extension instead.
🚀 Quick Start
1. Get Your API Key
- Sign up for free at app.purmemo.ai
- Go to Settings → API Keys
- Create a new API key
2. Add to Your Platform
Claude Desktop (Remote MCP — Recommended)
The easiest way! Use pūrmemo's hosted MCP server:
- Open Claude Desktop → Settings → Developer → Edit Config
- Add this configuration:
{
"mcpServers": {
"purmemo": {
"url": "https://mcp.purmemo.ai/mcp/messages",
"transport": "streamable-http"
}
}
}
- Restart Claude Desktop
- You'll be prompted to authenticate via OAuth
Claude Desktop (Local NPX)
Run pūrmemo locally via NPX:
Edit your config file:
- 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"
}
}
}
}
Cursor IDE
Edit ~/.cursor/mcp.json (macOS) or %USERPROFILE%\.cursor\mcp.json (Windows):
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": {
"PURMEMO_API_KEY": "your-api-key-here"
}
}
}
}
Windsurf IDE
Edit ~/.windsurf/mcp.json (macOS) or %USERPROFILE%\.windsurf\mcp.json (Windows):
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": {
"PURMEMO_API_KEY": "your-api-key-here"
}
}
}
}
Zed Editor
Edit ~/.config/zed/mcp.json:
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": {
"PURMEMO_API_KEY": "your-api-key-here"
}
}
}
}
3. Start Using
You: "Save this conversation"
Claude: ✅ Saved! Title: "React Hooks Discussion"
You: "What did we discuss about authentication last week?"
Claude: "Based on your memories: You decided to use JWT tokens with..."
🛠️ Tools
| Tool | Description |
|---|---|
save_conversation | Save conversations with smart titles and context extraction |
recall_memories | Search memories with natural language |
get_memory_details | Get full details of a specific memory |
discover_related_conversations | Find related discussions across platforms |
✨ Features
- Smart Titles — Auto-generates meaningful titles (no timestamps)
- Living Documents — Update existing memories instead of duplicating
- 100K+ Characters — Auto-chunks long conversations
- Cross-Platform Sync — All memories sync to app.purmemo.ai
📝 Living Document Pattern
Save and update the same conversation over time:
You: "Save as conversation project-planning"
Claude: ✅ Saved with ID: project-planning
[... continue working ...]
You: "Update conversation project-planning"
Claude: ✅ Updated! (not duplicated)
💰 Pricing
| Plan | Price | Recalls | Saves |
|---|---|---|---|
| Free | $0 | 100/month | Unlimited |
| Pro | $9/month | 1,000/month | Unlimited |
🔗 Links
- Dashboard — View and manage memories
- Chrome Extension — For ChatGPT, Claude.ai, Gemini
- Documentation
- Support
🔐 Privacy
pūrmemo stores your conversation memories securely. Your data is:
- Encrypted in transit (HTTPS) and at rest
- Never shared with third parties
- Accessible only to you via your API key
See our Privacy Policy for details.
📄 License
MIT