Skip to content
Cursor

snapstate for Cursor

io.github.timbassler88/snapstate

Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows.

client:Cursor transport:stdio runtime:npm

Install snapstate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "snapstate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "snapstate-sdk"
      ],
      "env": {
        "SNAPSTATE_API_URL": "<SNAPSTATE_API_URL>",
        "SNAPSTATE_API_KEY": "<SNAPSTATE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

snapstate in other clients