Codex local setup (stdio)

Neotoma with Codex · Local setup where Neotoma is configured in Codex on the same machine.

Setup

Paste this prompt into Codex. The agent handles npm install, initialization, and MCP configuration.

Follow this workflow to set up Neotoma:

1. Install Neotoma with npm install -g neotoma.
2. Initialize Neotoma with neotoma init.
3. Report what changed after install/init.
4. If I ask for integration setup after init, link the matching setup guide in docs/developer/ (for example mcp_cursor_setup.md, mcp_claude_code_setup.md, mcp_openclaw_setup.md).
5. Gather candidate data from available context, including facts this tool already remembers about me.
6. Present one preview list with provenance, mark already-stored vs new, and ask for explicit confirmation.
7. Save only what I explicitly confirm.
8. Pause after asking for confirmation. Do not save or continue until I approve.

Canonical source: https://github.com/markmhendrickson/neotoma/blob/main/install.md

The agent writes to .codex/config.toml (project-level) or ~/.codex/config.toml (user-level). Codex discovers the MCP server from your config automatically.

Back to Neotoma with Codex · Install guide · MCP reference