xmemo-codex
Use XMemo from Codex to recall project context, capture engineering decisions, preserve handoff state, and configure the hosted XMemo MCP endpoint safely.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use XMemo from Codex to recall project context, capture engineering decisions, preserve handoff state, and configure the hosted XMemo MCP endpoint safely.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | xmemo-codex |
| description | Use XMemo from Codex to recall project context, capture engineering decisions, preserve handoff state, and configure the hosted XMemo MCP endpoint safely. |
Use this skill when a Codex task should use XMemo memory, restore project context, save durable decisions, record working state, or prepare a clean handoff.
Codex executes development. XMemo lets Codex remember the project.
XMemo is a user-owned, identity-aware memory layer for multi-agent workflows. It helps users carry useful project context, decisions, preferences, and progress across ChatGPT, Codex, Claude, Cursor, Copilot, Gemini, IDEs, CLIs, and other agents.
The hosted MCP endpoint is:
https://xmemo.dev/mcp
Codex should authenticate through an environment variable instead of writing a bearer token into project files:
[mcp_servers.XMemo]
url = "https://xmemo.dev/mcp"
bearer_token_env_var = "XMEMO_KEY"
http_headers = { "X-Memory-OS-Agent-ID" = "codex" }
env_http_headers = { "X-Memory-OS-Agent-Instance-ID" = "XMEMO_AGENT_INSTANCE_ID" }
Prefer the XMemo CLI setup helper when available:
npm install --global @xmemo/client
xmemo login
xmemo mcp add codex --write
xmemo smoke --client codex
For a one-off invocation without a global install, use
npx --yes --package @xmemo/client xmemo <command>.
At task start:
During architecture or integration work:
At handoff:
XMEMO_KEY, OAuth codes, cookies, session tokens, or reviewer credentials.X-Memory-OS-Agent-ID and XMEMO_AGENT_INSTANCE_ID as non-secret attribution metadata, not authentication.