Back to Apps

pūrmemo
by purmemo-ai
Cross-platform AI conversation memory. Save and recall context across Claude, Cursor, and other MCP-compatible tools.
0 stars
Works in:CursorWindsurfzed
Exposes:ToolsResourcesPrompts
What it does
pūrmemo provides a persistent memory layer for AI assistants, allowing users to save specific conversation snippets, user preferences, and project contexts that persist across different sessions and platforms.
Tools
save_conversation: Persists the current conversation or specific snippets to memory.recall_memories: Searches and retrieves stored memories using natural language.commit: Finalizes a memory snapshot.snapshot: Creates a point-in-time record of current context.run_workflow: Executes predefined memory-related workflows.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": { "PURMEMO_API_KEY": "your-api-key-here" }
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor, Windsurf, Zed
Quick install
curl -fsSL https://app.purmemo.ai/install | shInformation
- Pricing
- freemium
- Published
- 6/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
{"context_servers": {"purmemo": {"command": {"path": "npx", "args": ["-y", "purmemo-mcp"], "env": {"PURMEMO_API_KEY": "your-api-key"}}}}}Cursor
{"mcpServers": {"purmemo": {"command": "npx", "args": ["-y", "purmemo-mcp"], "env": {"PURMEMO_API_KEY": "your-api-key"}}}}Windsurf
{"mcpServers": {"purmemo": {"command": "npx", "args": ["-y", "purmemo-mcp"], "env": {"PURMEMO_API_KEY": "your-api-key"}}}}Claude Desktop
{"mcpServers": {"purmemo": {"command": "npx", "args": ["-y", "purmemo-mcp"], "env": {"PURMEMO_API_KEY": "your-api-key"}}}}





