Local-first persistent memory: store durable facts once and recall them in any session. Portable Agent Plugins v1 package (mcp.json + skills/): the @mem-os/sdk MCP server (pinned 1.6.26) over npx stdio, plus the mem-os-memory skill covering when to store and when to recall. All data stays in a local SQLite database under the user home directory; no cloud, no telemetry, no API keys. Server cwd is ${PLUGIN_DATA} so nothing is written into the install tree. Needs Node.js and npm on PATH.
MemoryConnect 28 production-ready MCP servers to any coding agent. Portable Agent Plugins v1 package (mcp.json + skills/): three zero-config stdio servers out of the box (Hacker News, arXiv, npm registry, each pinned to an exact npm version), plus the umt-mcp skill that drives the umt CLI to wire any of the 28 servers into Claude Code, Cursor, Codex, Windsurf, Zed and more. Needs Node.js and npm on PATH.
Tools