@memorax/memorax-code
v0.1.9
Published
Persistent coding memory for Codex, Claude Code, DeepSeek Harness, and OpenCode.
Readme
@memorax/memorax-code
MemoraX Code adds persistent coding memory to Codex, Claude Code, DeepSeek Harness, and OpenCode.
Requirements
- Node.js 20 or newer (Node.js 24 LTS recommended) and npm.
- At least one of Codex, Claude Code, DeepSeek Harness, OpenCode Desktop, or the OpenCode CLI.
- Python 3 only for Repo Memory operations.
Install
npm install -g @memorax/memorax-codeConnect a MemoraX Account (Recommended)
Create a MemoraX account or use an existing one, then run:
memorax-code setup --existing-accountUsing MemoraX Code across devices? Find the MemoraX username and API key needed by setup in the MemoraX Code configuration file on a configured device (normally
~/.memorax-code/config.toml), then enter them locally during setup on another device. This file contains your API key—keep it private and never paste it into chats or public issues.
Or Try Without an Account (90-Day Guest Mode)
To start immediately and connect an account later, run:
memorax-code setupTo activate your guest account, first run this command directly in your local terminal:
memorax-code account --show-mark-idAfter obtaining the Mark ID, create your MemoraX account. The platform does not currently support attaching a Mark ID to an account that has already been registered.
Both setup paths automatically detect supported coding agents. Later setup
runs reuse a complete saved configuration; use
memorax-code setup --reconfigure to replace it.
After the first installation, restart or refresh the detected coding agents
before opening a new session. In Codex, enable MemoraX Code Codex Adapter
from Plugins or /plugins if it is not already enabled.
Verify
memorax-code --version
memorax-code status
memorax-cli statusFor configuration or troubleshooting, see the documentation shipped with the package:
docs/configuration.mddocs/troubleshooting.md
License
MIT
