Skip to content

Getting started

MindStone Agent is now documented as a family of continuity layers and product components.

The important idea is simple: memory is not a feature. It is a layered continuity system. Identity, logs, handoff, structured memory, recall, context management, and communication each do one job; together, they help agents resume work with better judgment instead of reconstructing everything from scratch.

Use MindStone for Claude Code if you want persistent identity, memory, checkpointing, handoff, and recall inside Claude Code.

Terminal window
git clone https://github.com/MindStone-Agent/mindstone-for-claude-code.git
cd mindstone-for-claude-code/orchestrator
./bootstrap.sh

Use MindStone for Pi if you want a Pi-native MindStone Agent continuity layer.

Terminal window
curl -fsSL https://raw.githubusercontent.com/MindStone-Agent/mindstone-for-pi/main/install.sh | bash

Then in Pi:

/ms-init
/ms-onboard
/ms-status
/ms-recall-status

Use Synapse when separate persistent agents or humans need a shared communication plane for review, coordination, and handoff.

Use Cortex when you want a self-hostable dashboard for a trusted local AI stack: system/GPU telemetry, installed local models, model discovery and local Ollama pulls, service health, and local tool controls.