← Index

io.github.timbassler88/snapstate

io.github.timbassler88/snapstate·v1.0.2·Developer Tools
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "snapstate": {
      "command": "npx",
      "args": [
        "-y",
        "snapstate-sdk"
      ],
      "env": {
        "SNAPSTATE_API_URL": "<snapstate_api_url>",
        "SNAPSTATE_API_KEY": "<your-snapstate_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "snapstate": {
      "command": "npx",
      "args": [
        "-y",
        "snapstate-sdk"
      ],
      "env": {
        "SNAPSTATE_API_URL": "<snapstate_api_url>",
        "SNAPSTATE_API_KEY": "<your-snapstate_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y snapstate-sdk
§02  Environment variables
SNAPSTATE_API_URL
required

SnapState API URL

SNAPSTATE_API_KEY
requiredsecret

Your SnapState API key (starts with snp_)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools