← Back to Plugins
MCP Server MCP

io.github.timbassler88/snapstate

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "snapstate-sdk",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SnapState API URL",
          "isRequired": true,
          "format": "string",
          "name": "SNAPSTATE_API_URL"
        },
        {
          "description": "Your SnapState API key (starts with snp_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SNAPSTATE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...