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
{
"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