pΕ«rmemo

AI conversation memory that works everywhere.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Save Conversation: Save complete conversations as living documents. REQUIRED: Send COMPLETE conversation in 'conversationContent' parameter (minimum 100 chars, should be thousands). Include EVERY mess
  • Recall Memories: Search and retrieve saved memories with intelligent semantic ranking. 🎯 BASIC SEARCH: recall_memories(query="authentication") β†’ Returns all memories about authentication, ranked by s
  • Get Memory Details: Get complete details of a specific memory, including all linked parts if chunked

What data it sees

Do you need an account

No: the server works without sign-in

AI conversation memory that works everywhere. Save and recall conversations across Claude, ChatGPT, Gemini, Cursor, and all MCP-compatible platforms. 11 tools including semantic search, cross-platform discovery, shared community memories, and memory-powered workflows. Your AI knows who you are before you say a word.

Server tool list (11)

Raw names from tools/list. Only developers need these.

save_conversationSave complete conversations as living documents. REQUIRED: Send COMPLETE conversation in 'conversationContent' parameter (minimum 100 chars, should be thousands). Include EVERY message verbatim - NO summaries or partial content. Intelligently tracks context, extracts project details, and maintains a single memory per conversation topic. LIVING DOCUMENT + INTELLIGENT PROJECT TRACKING: - Each conversation becomes a living document that grows over time - Automatically extracts project context (name, component, feature being discussed) - Detects work iteration and status (planning/in_progress/completed/blocked) - Generates smart titles like "Purmemo - Timeline View - Implementation" (no more timestamp titles!) - Tracks technologies, tools used, and identifies relationships/dependencies - Works like Chrome extension: intelligent memory that grows with each save How memory updating works: - Conversation ID auto-generated from title (e.g., "MCP Tools" β†’ "mcp-tools") - Same title β†’ UPDATES existing memory (not create duplicate) - "Save progress" β†’ Updates most recent memory for current project context - Explicit conversationId β†’ Always updates that specific memory - Example: Saving "Project X Planning" three times = ONE memory updated three times - To force new memory: Change title or use different conversationId SERVER AUTO-CHUNKING: - Large conversations (>15K chars) automatically split into linked chunks - Small conversations (<15K chars) saved directly as single memory - You always send complete content - server handles chunking intelligently - All chunks linked together for seamless retrieval EXAMPLES: User: "Save progress" (working on Purmemo timeline feature) β†’ System auto-generates: "Purmemo - Timeline View - Implementation" β†’ Updates existing memory if this title was used before User: "Save this conversation" (discussing React hooks implementation) β†’ System auto-generates: "Frontend - React Hooks - Implementation" User: "Save as conversation react-hooks-guide" β†’ You call save_conversation with conversationId="react-hooks-guide" β†’ Creates or updates memory with this specific ID WHAT TO INCLUDE (COMPLETE CONVERSATION REQUIRED): - EVERY user message (verbatim, not paraphrased) - EVERY assistant response (complete, not summarized) - ALL code blocks with full syntax - ALL artifacts with complete content (not just titles/descriptions) - ALL file paths, URLs, and references mentioned - ALL system messages and tool outputs - EXACT conversation flow and context - Minimum 500 characters expected - should be THOUSANDS of characters FORMAT REQUIRED: === CONVERSATION START === [timestamp] USER: [complete user message 1] [timestamp] ASSISTANT: [complete assistant response 1] [timestamp] USER: [complete user message 2] [timestamp] ASSISTANT: [complete assistant response 2] ... [continue for ALL exchanges] === ARTIFACTS === [Include ALL artifacts with full content] === CODE BLOCKS === [Include ALL code with syntax highlighting] === END === IMPORTANT: Do NOT send just "save this conversation" or summaries. If you send less than 500 chars, you're doing it wrong. Include the COMPLETE conversation with all details.
recall_memoriesSearch and retrieve saved memories with intelligent semantic ranking. 🎯 BASIC SEARCH: recall_memories(query="authentication") β†’ Returns all memories about authentication, ranked by semantic relevance πŸ” FILTERED SEARCH (Phase 2 Knowledge Graph Intelligence): Use filters when you need PRECISION over semantic similarity: βœ“ entity="name" - Find memories mentioning specific people/projects/technologies Example: entity="purmemo" β†’ Only memories discussing purmemo βœ“ has_observations=true - Find substantial, fact-dense conversations Example: has_observations=true β†’ Only high-quality technical discussions βœ“ initiative="project" - Scope to specific initiatives/goals Example: initiative="Q1 OKRs" β†’ Only Q1-related memories βœ“ intent="type" - Filter by conversation purpose Options: decision, learning, question, blocker Example: intent="blocker" β†’ Only conversations about blockers πŸ’‘ WHEN TO FILTER: - Use entity when user asks about specific person/project by name - Use has_observations for "detailed" or "substantial" requests - Use initiative/stakeholder for project-specific searches - Use intent when user asks for decisions, learnings, or blockers πŸ“ COMBINED EXAMPLES: recall_memories(query="auth", entity="purmemo", has_observations=true) β†’ Find detailed technical discussions about purmemo authentication recall_memories(query="blockers", intent="blocker", stakeholder="Engineering") β†’ Find engineering team blockers
get_memory_detailsGet complete details of a specific memory, including all linked parts if chunked
discover_related_conversationsCROSS-PLATFORM DISCOVERY: Find related conversations across ALL AI platforms. Uses Purmemo's semantic clustering to automatically discover conversations about similar topics, regardless of which AI platform was used (ChatGPT, Claude Desktop, Gemini, etc). WHAT THIS DOES: - Searches for memories matching your query - Uses AI-organized semantic clusters to find related conversations - Groups results by topic cluster with platform indicators - Shows conversations you may have forgotten about on other platforms EXAMPLES: User: "Show me all conversations about the marketing project" β†’ Finds conversations across ChatGPT, Claude, Gemini automatically User: "What have I discussed about licensing requirements?" β†’ Discovers related discussions from all platforms, grouped by semantic similarity User: "Find everything about React hooks" β†’ Returns conversations from any platform where you discussed React hooks RESPONSE FORMAT: Shows memories grouped by semantic cluster with platform badges (ChatGPT, Claude, Gemini) Each cluster represents conversations about similar topics across all platforms
get_user_contextGet the current user's cognitive identity and active session context. Call this at the START of a conversation to understand who you're talking to β€” their role, expertise, current project, and recent memory themes. This is the core of Purmemo's identity layer: once set in the dashboard, your identity travels silently to every AI session so you're never explaining yourself from scratch again. WHAT IT RETURNS: - identity: role, expertise areas, primary domain, work style, preferred tools - current_session: what the user is working on right now (project, focus) - memory_summary: 2-3 sentence synthesis of the user's most recent memory themes WHEN TO CALL: - At the start of every new session (add to Claude system prompt) - When user says "load my context" or "what do you know about me?" - Before making recommendations that depend on knowing the user's background EXAMPLE USAGE: β†’ User starts new Claude session β†’ Claude calls get_user_context automatically β†’ Response: { role: "founder", expertise: ["product", "fullstack"], project: "purmemo", focus: "identity layer", memory_summary: "Chris has been building Purmemo's..." } β†’ Claude responds with full context already loaded β€” no re-explaining needed
run_workflowRun a Purmemo workflow β€” structured, memory-powered processes for product, engineering, business, and operations tasks. Your relevant memories and identity are automatically loaded to personalize every workflow. WHEN TO USE THIS TOOL: - User wants to write a PRD, debug an issue, plan a sprint, review code, or any structured task - User describes a goal but doesn't know the exact process ("I want to ship a feature") - User asks for strategic advice, design guidance, or operational help - User says "help me", "guide me", "walk me through", or describes a business/product/engineering need AVAILABLE WORKFLOWS (pass the workflow name, or describe what you need): Product: prd, roadmap, story, design, feedback Strategy: ceo, growth, metrics, intel Engineering: debug, review, deploy, incident Operations: sprint Content: copy EXAMPLES: run_workflow(workflow="prd", input="notification system for mobile app") run_workflow(workflow="debug", input="TypeError: Cannot read property 'map' of undefined in Timeline") run_workflow(input="production is down, users can't save memories") β†’ auto-routes to incident run_workflow(input="what should I focus on this week?") β†’ auto-routes to sprint run_workflow(input="how's the business doing?") β†’ auto-routes to metrics DO NOT use this tool for: simple memory recall (use recall_memories), saving conversations (use save_conversation), or finding related discussions (use discover_related_conversations). If no specific workflow is named, the system auto-routes based on the user's intent.
list_workflowsList all available Purmemo workflows β€” structured, memory-powered processes you can run. WHEN TO USE THIS TOOL: - User asks "what can you help me with?" or "what workflows do you have?" - User wants to see available capabilities before choosing one - User says "show me what's available" or "list workflows" Returns the full catalog of workflows organized by category with descriptions.
share_memorySet the visibility of a memory you own. VISIBILITY LEVELS: - private: Only you can see it (default) - unlisted: Anyone with the direct link can view it - public: Discoverable in the community tab by all users WHEN TO USE: - User says "share this memory" or "make this public" - User wants to share knowledge with the community - User wants to generate a shareable link QUOTA: - Free tier: 5 shares/month - Pro/Teams: Unlimited EXAMPLE: share_memory({ memory_id: "abc-123", visibility: "public" }) RETURNS: Updated visibility status and confirmation message.
recall_publicSearch public memories shared by all Purmemo users. This is the community knowledge base. WHEN TO USE: - User asks "what have other people saved about X?" - User wants to explore community knowledge - User asks to search public/shared memories - Looking for solutions others have found DOES NOT COUNT AGAINST RECALL QUOTA β€” public knowledge is free. FILTERS: - query: Semantic search query (uses vector similarity) - tag: Filter by tag - platform: Filter by source platform - sort: "recent" or "popular" (by recall count) EXAMPLE: recall_public({ query: "MCP server testing best practices" }) RETURNS: List of public memories with author attribution, relevance scores, and recall counts.
get_public_memoryRetrieve the FULL content of a public or unlisted memory by ID. WHEN TO USE: - After recall_public returns a preview and you need the complete content - When a user wants to read or implement from a shared community memory - When you have a public memory ID and need the full text This is the tool that closes the loop: recall_public finds memories, this tool retrieves them in full. No authentication required β€” public knowledge is free. EXAMPLE: get_public_memory({ memory_id: "abc-123-def-456" }) RETURNS: Full memory content, observations, entities, tags, author attribution, and metadata.
report_memoryReport a public memory for inappropriate content. WHEN TO USE: - User encounters spam, misleading, or inappropriate public content - User wants to flag content that contains personal information REASONS: spam, inappropriate, misleading, personal_info, other After 3 reports, a memory is automatically hidden from public view pending admin review. EXAMPLE: report_memory({ memory_id: "abc-123", reason: "spam", description: "Promotional content" })
pΕ«rmemo: connect to Claude, ChatGPT, Cursor Β· Connectors.fun