OpenClaw local setup (stdio)
Neotoma with OpenClaw · Local setup where Neotoma runs on the same machine via stdio.
Setup
Paste this prompt into an agent tool (for example Claude Code, Codex, or Cursor) to install Neotoma. 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.mdAfter installation, add Neotoma to your OpenClaw configuration file and restart OpenClaw to pick up the new MCP server.
Back to Neotoma with OpenClaw · Install guide · MCP reference