Project Files
package.json
{
"name": "lms-plugin-memory",
"version": "1.0.1",
"description": "Persistent memory system for LM Studio. Stores global and per-chat facts in ~/.lmstudio/memories/, auto-injects them into every prompt, and provides tools to read, write, and remove line-based memories — with intelligent scope selection and unambiguous AI/User labels. https://github.com/esalesninja/memory",
"main": "dist/index.js",
"author": "esalesninja",
"license": "BSD-3-Clause",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "^3.25.76"
}
}