Codex
Connect Codex to FishMem Desktop with a global Skill and local CLI.
Connect
- Open FishMem Desktop.
- Open Codex & Claude.
- Select Connect to Codex.
- Restart Codex so it discovers the newly installed Skill.
Desktop installs the Skill at:
~/.agents/skills/fishmemIt also installs the fishmem command under ~/.fishmem/bin and links it into
~/.local/bin.
Verify
Ask Codex:
Remember that this project uses pnpm and TypeScript strict mode.Then verify from a terminal:
fishmem search --query "project package manager and TypeScript settings" \
--limit 10 \
--jsonFishMem Desktop must be running because the CLI connects to its authenticated private local socket. If Desktop is closed, the command fails explicitly instead of writing to a second hidden store.
What gets stored
Codex turns the durable conclusion into a concise, self-contained memory before
calling the CLI. FishMem preserves that submitted text verbatim and records
codex as the client provenance.
FishMem does not install an MCP server for Codex.