Skip to content

savestatedev/savestate-memory

v0.9.0MIT

Encrypted portable agent memory via SaveState MCP

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

savestate-memorystdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@savestate/cli",
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "savestate-memory",
  "version": "0.9.0",
  "description": "Encrypted portable agent memory via SaveState MCP",
  "author": {
    "name": "David Hurley",
    "email": "hello@savestate.dev",
    "url": "https://dbhurley.com"
  },
  "homepage": "https://savestate.dev/agents.md",
  "repository": "https://github.com/savestatedev/savestate",
  "license": "MIT",
  "keywords": ["mcp", "memory", "savestate"]
}