Skip to content

yonro/xmemo-codex-plugin

Repository files navigation

XMemo for Codex

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.

What This Plugin Does

  • 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.

Package Contents

.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/

Authentication

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')

Status

This package is prepared for future Codex plugin review. It does not claim official Codex marketplace approval.

About

XMemo memory infrastructure plugin package for Codex review

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors