Integrations
Codex CLI
Nowledge Mem integration for Codex via nmem CLI and custom slash commands. No MCP configuration required.
Skill-Compatible
Codex supports custom prompts — install them for built-in slash commands. No MCP configuration needed.
Slash commands for saving sessions, reading your Working Memory briefing, and distilling insights — directly inside a Codex chat.
Before You Start
- Nowledge Mem running locally (installation)
- Codex CLI installed
Setup
Install nmem CLI
# Option 1 — uvx (no installation needed)
curl -LsSf https://astral.sh/uv/install.sh | sh
uvx --from nmem-cli nmem --version
# Option 2 — pip
pip install nmem-cliOn Windows/Linux with the Nowledge Mem desktop app,
nmemis already bundled. On macOS or remote servers, useuvxor install manually.
Install custom prompts
Fresh install:
curl -fsSL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-codex-prompts/install.sh | bashUpdate:
curl -fsSL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-codex-prompts/install.sh -o /tmp/install.sh && bash /tmp/install.sh --force && rm /tmp/install.shCommands
Inside a Codex chat, type / and search for "memory", "save", or "distill" — or use these directly:
| Command | What it does |
|---|---|
/prompts:read_working_memory | Load your daily Working Memory briefing |
/prompts:save_session | Save current session (nmem t save --from codex) |
/prompts:distill | Distill insights into memories (nmem m add) |
Troubleshooting
- "Command not found: nmem" → Use
uvx --from nmem-cli nmem --versionorpip install nmem-cli - "Command not found: uvx" →
curl -LsSf https://astral.sh/uv/install.sh | sh - Sessions not listing → Make sure you're in the correct project directory
Related
- Integrations overview — MCP, browser extension, thread import
- Claude Code · Claude Desktop · Alma · OpenClaw · Raycast · Built-in Web Chats