Codex executes development. XMemo lets Codex remember the project.
XMemo for Codex is a Codex plugin review candidate that connects Codex to XMemo's hosted MCP endpoint. It is intentionally packaged as a small, public, review-friendly repository: no private XMemo service code, no deployment secrets, and no internal runbooks.
- Connects Codex to
https://xmemo.dev/mcp. - Lets Codex recall project context before implementation.
- Helps Codex save durable engineering decisions and handoff state.
- Preserves attribution through
X-Memory-OS-Agent-ID = codex. - Keeps credentials in local environment variables, not repository files.
.codex-plugin/plugin.json
.mcp.json
skills/xmemo-codex/SKILL.md
README.md
install.md
privacy.md
security.md
submission-note.md
examples/
screenshots/
assets/
Codex uses the XMEMO_KEY environment variable as the bearer token source. The token value is never stored in this repository or in .codex-plugin/plugin.json.
The stable local instance ID is optional but recommended:
[Environment]::SetEnvironmentVariable('XMEMO_AGENT_INSTANCE_ID', 'xmemo-codex-<uuid>', 'User')This package is prepared for future Codex plugin review. It does not claim official Codex marketplace approval.