Memory Layer
Agents

Claude Code

Claude Code can use the same Memory Layer CLI and project instructions as other agents. Keep the workflow evidence-first: query or resume project memory, inspect the working tree, and verify claims before editing.

Setup shape

memory wizard --global
cd /path/to/project
memory wizard --dry-run
memory wizard
memory status --project <project-slug>

Use the CLI path above when Claude Code can execute local shell commands. If you use MCP, configure the read-only stdio server with an explicit project slug and verify it with memory mcp status before relying on the tools.

Verify

memory query --project <project-slug> --question "What changed recently?"

Next

Read Generic agent, MCP stdio, and MCP client setup.

On this page