From memorix-memory
Setup memorix persistent memory with memorix-server. Triggers: set up memorix, install memorix, configure memory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memorix-memory:memorix-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Persistent memory for Claude Code.** This skill helps you set up memorix with a memorix-server instance.
Persistent memory for Claude Code. This skill helps you set up memorix with a memorix-server instance.
You need a running memorix-server instance. See server README for deployment instructions.
# Deploy server (requires a TiDB/MySQL database)
cd server && MNEMO_DSN="user:pass@tcp(host:4000)/memorix?parseTime=true" go run ./cmd/memorix-server
# Provision a tenant (no auth required)
curl -s -X POST http://localhost:8080/v1alpha1/memorix | jq .
# → { "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "claim_url": "..." }
Save the returned id — this is your MNEMO_TENANT_ID.
Add to ~/.claude/settings.json:
{
"env": {
"MNEMO_API_URL": "http://your-server:8080",
"MNEMO_TENANT_ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
}
Tell the user to run in Claude Code:
/plugin marketplace add devioslang/memorix
/plugin install memorix-memory@memorix
Tell the user to restart Claude Code to activate the plugin.
After setup, suggest testing:
The agent should recall from memory.
npx claudepluginhub devioslang/memorix --plugin memorix-memoryAutomates Mem9 persistent memory setup in Claude Code: checks config, provisions tenant, updates settings.json, installs mem9 plugin. Restart to activate.
Installs, configures, or upgrades ClaudeMemory: checks gem version, runs doctor, inits databases, adds version markers, and reports status.
Guides installation, configuration, self-bootstrapping, troubleshooting, and operation of Mnemos for persistent scoped agent memory in Claude Code, OpenClaw, Cursor, Codex, and MCP hosts.