Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows across sessions, crashes, and agent handoffs.
Server Config
{
"mcpServers": {
"snapstate": {
"command": "node",
"args": [
"mcp-server/src/index.js"
],
"env": {
"SNAPSTATE_API_URL": "https://snapstate.dev",
"SNAPSTATE_API_KEY": "snp_your_key_here"
}
}
}
}