plugins marketplace
← All plugins

lumera-agent-memory

v1.7.0

Durable agent memory with Cascade object storage, client-side encryption, and local FTS index

Claude Code

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/lumera-agent-memory/ inside the repository.

Layout

plugins/mcp/lumera-agent-memory/
└── .claude-plugin/plugin.json

Manifests1

plugins/mcp/lumera-agent-memory/.claude-plugin/plugin.json
{
  "name": "lumera-agent-memory",
  "version": "1.7.0",
  "description": "Durable agent memory with Cascade object storage, client-side encryption, and local FTS index",
  "author": {
    "name": "Intent Solutions IO",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "mcp",
    "memory",
    "cascade",
    "storage",
    "encryption",
    "search",
    "fts",
    "agent"
  ]
}