{
  "markdown": "# Memento: AI Memory for Claude Code\n\nPersistent, transparent, shareable memory for your AI coding assistant. Your AI remembers your codebase, conventions, and team knowledge across every session.\n\n## What Memento Does\n\nEvery AI coding session starts from zero. Memento changes that.\n\n- **Persistent memory** across sessions. Your AI remembers your architecture, conventions, and patterns.\n- **Transparent markdown.** See, edit, and control everything your AI knows.\n- **Team shared context.** Org-level memory so your whole team's AI shares knowledge.\n- **Autonomous coding.** A memory-powered AGI loop that plans, builds, tests, reviews, and ships.\n- **Cloud-native.** Works across machines, zero local setup.\n\n## Memory Is Mostly Automatic\n\nThe `memento-memory` skill teaches Claude to recall context before starting work and save discoveries as they happen. Most of the time you won't need explicit commands.\n\nWhen you want to drive it directly:\n\n- `/memento:remember <thing>` to save something specific (a decision, a convention, a gotcha)\n- `/memento:recall <topic>` to search memory for a topic\n- `/memento:wake-up` at the start of a session to load your full context\n\n## What This Plugin Provides\n\n### Skills (auto-loaded by Claude when relevant)\n\n| Skill | What it does |\n|-------|-------------|\n| `memento-memory` | Teaches Claude to proactively save discoveries and recall context before working |\n| `memento-session` | Teaches Claude session lifecycle: wake-up to load memory, sleep to consolidate |\n| `memento-tickets` | Teaches Claude to use the ticket system for task tracking |\n\n### Hooks\n\n| Event | Action |\n|-------|--------|\n| `SessionStart` | Reminds Claude to run wake-up and load memory |\n\n### Agents\n\n| Agent | What it does |\n|-------|-------------|\n| `memento-coder` | Memory-powered coding agent that recalls context before working and saves discoveries |\n\n### MCP Server\n\nThe plugin works alongside the Memento Cloud MCP server, which you register at the user level via `claude mcp add` (one-time setup — see step 2 below). The plugin does not bundle its own MCP server registration.\n\n## Setup\n\n### 1. Create an account (free)\n\nSign up at [mementoagi.com](https://mementoagi.com/signup).\n\n### 2. Register the Memento MCP server\n\nGet your API key from [mementoagi.com/dashboard/getting-started](https://mementoagi.com/dashboard/getting-started). The Getting Started page provides a one-line `claude mcp add` command with your key embedded — paste it into your terminal:\n\n```bash\nclaude mcp add --transport stdio --env MEMENTO_API_KEY=<your-key> memento -- npx -y memento-mcp-client@latest\n```\n\nVerify it connected:\n\n```bash\nclaude mcp list   # should show memento ✓ Connected\n```\n\n### 3. Install the plugin\n\nFrom inside a Claude Code session:\n\n```\n/plugin marketplace add mementoagi/memento-claude-code-plugin\n/plugin install memento@memento-plugins\n```\n\nOr from the terminal:\n\n```bash\nclaude plugin marketplace add mementoagi/memento-claude-code-plugin\nclaude plugin install memento@memento-plugins\n```\n\n### 4. Start your first session\n\n```\n/memento:wake-up\n```\n\nYour AI comes with its own identity. The first session introduces it to you and begins building memory.\n\n## Commands\n\n### Included (all tiers)\n\n| Command | What it does |\n|---------|-------------|\n| `/memento:wake-up` | Start a session: loads identity, memory, recent context |\n| `/memento:recall` | Search and load from memory |\n| `/memento:remember` | Save information to persistent memory |\n| `/memento:sleep` | End session, consolidate memory |\n| `/memento:sync-commands` | Refresh commands after upgrading your tier |\n\n\n## How It Works\n\nMemento uses the [Model Context Protocol (MCP)](https://spec.modelcontextprotocol.io/) to connect Claude Code to cloud-hosted persistent memory.\n\n**Skills** teach Claude behavioral patterns: when to remember, when to recall, how to manage sessions. These are auto-loaded by Claude when relevant to your conversation.\n\n**Commands** are thin stubs that fetch the latest logic from Memento Cloud at runtime, so your commands are always up to date.\n\n**Hooks** automate lifecycle events. The `SessionStart` hook prompts Claude to load your memory at the beginning of each session.\n\nYour AI's memory is stored as transparent markdown files:\n- **Personal**: your identity, working memory, daily activity\n- **Org**: team-shared codebase knowledge, conventions, projects\n- **System**: AI capabilities, commands, meta-knowledge\n\n---\n\nFor more information, visit [mementoagi.com](https://mementoagi.com).\n",
  "bytes": 4525,
  "sha": "41559b596068010c931d512613160d42e80a84d83ea5c90aab54260349fe0aab",
  "repo_slug": "mementoagi/memento-claude-code-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mementoagi_memento_claude_code_plugin_me_d43a15a9/readme"
}