Configure arth-memory — the org decision/memory layer for AI agents. Choose Cloud (talk directly to your org’s deployed server — zero local infra, best for trying it / team testing), Local (Docker store on this machine), or Global (offline replica of a central AWS/GCP server), then register the MCP server. Opt-in.
The fastest way to evaluate arth-memory — no Docker, no Ollama, nothing to run locally:
/memory-setup # choose "Cloud" → paste your org's server URL (e.g. the ALB) → done
Then open a new session and ask an agent to do a task in a repo your org has seeded — it
pulls the org’s decisions/constraints via compile_context automatically. Or browse the
dashboard at <server-url>/dashboard. Behind the scenes this registers the
arth-memory-mcp-remote bridge, which calls the deployed REST API over HTTP.
To share with teammates: send them your toolkit branch + the server URL. They run
/memory-setup → Cloud → paste the URL. That’s it.
/memory-setup
/calibrate itself — /memory-setup just configures where knowledge is stored and synced; /calibrate fills it/memory-setup
Pick Cloud to test your org’s deployed server instantly (no local infra), Local to run an offline Docker store, or Global to replicate the central server offline. Then run /calibrate.
/memory-setup # the only form — the skill is interactive
Typical runs:
~/.arthai/memory/memory-setup is fully opt-in and additive — if you never run it, the toolkit behaves exactly as today (no memory MCP server, no container).
arth-memory CLI if it isn’t already on your PATH.~/.arthai/memory). Knowledge is more than one repo — KB/KG for every repo you work on lives in this one store, and each repo points at it via gitignored symlinks (.claude/knowledge → store). Knowledge is never committed per-repo.arth-memory MCP server in .claude/settings.local.json (so agents get compile_context, constraint_check, write).~/.arthai/memory-configured — marker (cloud |
local |
remote) |
~/.arthai/config.json — { mode, memory_dir? , api_url? } (read by the toolkit lib + context hook)arth-memory-falkordb Docker container (Local) or arth-memory-replica (Global)<repo>/.claude/settings.local.json — the arth-memory MCP server block (git-ignored; reader token only)<repo>/.claude/{knowledge,project-profile.md,okf} — gitignored symlinks into the storearth-memory CLI not found after install — open a new shell so PATH updates, then re-run.nomic-embed-text, then re-sync.total_live: 0 — the central store itself is empty; an admin needs to seed it (org build / first calibrate)./memory-setup configures the machine; run /calibrate in the repo to populate/hydrate./calibrate — establishes the store, emits an OKF bundle, and (when memory is configured) pushes generated knowledge up / hydrates it down/implement, /planning, /qa — automatically read the memory store as context (injected by the toolkit’s context hook)/otel-setup — the sibling opt-in configuration skill (observability)