MCP Server
MCP
io.github.timbassler88/snapstate
Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows.
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
By
Comments
Sign in to leave a comment