{
  "markdown": "# Membase for Claude Code\n\nPersistent memory for Claude Code using Membase. This plugin adds Membase\nrecall, save, and wiki workflows while storing data in Membase Cloud.\n\n## Install\n\n```bash\nclaude plugin marketplace add aristoapp/claude-membase\nclaude plugin install membase@membase-plugins\n```\n\nThen run:\n\n```text\n/membase:login\n```\n\n## How It Works\n\n```text\nClaude Code\n  -> Membase plugin\n  -> Membase Cloud\n```\n\nThe plugin runs locally with Claude Code. It does not store a local memory\ndatabase. Memories and wiki documents are saved to your Membase account.\n\n## Privacy\n\nAuto-capture is opt-in during `/membase:login`. Wiki capture stores the\nuser/assistant conversation transcript as original source material in Membase\nWiki, not as extracted memory. Captures redact secrets, `.env` values, private\nkey blocks, and content wrapped in `<private>` or `<membase-private>`.\n\nSession start context is controlled by the `sessionStartContext` plugin setting:\n`minimal` injects connection/project status and routing guidance, `profile` also\ninjects the Membase profile settings payload, and `off` disables session-start\ncontext injection. Recent memories are not injected at session start; use\n`membase://recent` only when latest/recent context is explicitly needed.\n\n## Development\n\n```bash\nbun install\nbun run check\nbun run verify\n```\n\nFor local dogfood:\n\n```bash\nclaude plugin marketplace add .\nclaude plugin install membase@membase-plugins\n```\n",
  "bytes": 1449,
  "sha": "9a07e5682640ce4a8d8eb1570fcd71890ea01ed5aed34813806eea9166a3a7a1",
  "repo_slug": "aristoapp/claude-membase",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_aristoapp_claude_membase_membase_9aafa9c2/readme"
}