← 返回
未分类 Key 中文

XMemo

Persistent, user-owned memory for AI agents over hosted MCP. Remember decisions, recall project context, manage TODOs, and govern memory lifecycle across ses...
持久化、用户拥有的AI代理记忆,基于托管MCP平台。记住决策、回忆项目上下文、管理待办事项,并在跨会话中治理记忆生命周期。
xmemo xmemo 来源
未分类 clawhub v1.0.0 1 版本 98717.9 Key: 需要
★ 1
Stars
📥 57
下载
💾 0
安装
1
版本
#latest

概述

XMemo Memory

Give your agent durable memory that survives across sessions, projects, and tools. XMemo is a hosted MCP memory service — no local database, no self-hosting required.

When to use

  • The task depends on prior decisions, preferences, or project context.
  • The user asks to remember something for later.
  • You need to recall conventions, architecture notes, or past fixes before acting.
  • The user wants TODOs, reminders, or follow-ups tracked across sessions.

Workflow

  1. Recall before assuming. Search or recall XMemo context before making decisions that prior memory could inform.
  2. Save what matters. Store durable facts: decisions, conventions, preferences, architecture notes, action items. Skip transient chat.
  3. Keep it concise. One clear memory per concept. Prefer structured facts over verbose narratives.
  4. Confirm before destroying. Always confirm the exact target before delete, forget, or overwrite operations.
  5. On auth failure, tell the user: "Visit https://xmemo.dev to sign in and get your token, or run xmemo login if the CLI is installed. Set XMEMO_KEY environment variable." Never request raw tokens in chat.

Available tools

Core memory operations provided by the XMemo MCP server:

| Tool | Purpose |

|------|---------|

| remember | Save a new memory |

| recall / recall_context | Retrieve relevant memories before answering |

| search_memory | Search by query |

| update_memory | Revise existing memory |

| forget / forget_memory | Delete a memory |

| redact_memory | Remove sensitive content while keeping audit trail |

| explain_memory | Show why a memory exists or matched |

| create_memory_todo | Create a follow-up task |

| list_memory_todos | List pending TODOs |

| complete_memory_todo | Mark a TODO done |

| record_event | Log a milestone or decision |

| get_timeline | Show recent events |

| add_expense | Record a ledger entry |

Good memory candidates

  • Repository conventions, build/test/deploy commands.
  • Architecture decisions and their rationale.
  • Coding style preferences approved by the user.
  • Release procedures and deployment notes.
  • TODOs and follow-ups for future sessions.
  • Bug fix context that might recur.

Never save

  • Secrets, tokens, API keys, OAuth codes, cookies.
  • Private customer data or sensitive PII.
  • Temporary debugging output.
  • Large code blocks (link to files instead).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-06-09 19:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,827
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,158
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,365