Skip to content
Zed

snapstate for Zed

io.github.timbassler88/snapstate

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

client:Zed transport:stdio runtime:npm

Install snapstate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

snapstate in other clients