Get your API key and start saving checkpoints in 2 minutes.
Log in to your existing account
We sent a verification link to . Click the link in the email to verify your account.
Didn't receive it? Check your spam folder.
Your API key is ready. Pick your integration below.
Your API Key
npm install snapstate-sdk
pip install snapstate-sdk
Add this to your Claude Desktop config:
Then install:
# Clone the repo and install the MCP server
git clone https://github.com/timbassler88/snapstate.git
cd snapstate/mcp-server && npm install
Make your agent use SnapState automatically
Add this to your agent's system prompt — works with Claude, GPT, or any LLM:
You have access to SnapState for persistent workflow state. At the start of every task, call resume_workflow to check for prior state. After each major step, call save_checkpoint with your current progress. Save everything needed to continue without repeating work.