The standalone Claude Code plugin shipped from this repository is deprecated.
- Deprecated in the current release line
- Still shipped for one compatibility release
- Planned removal: the release after the unified
installworkflow lands
@verygoodplugins/mcp-automem now treats the npm CLI as the canonical install channel for Claude Code and the rest of the supported clients. Keeping a separate plugin payload created duplicate copies of hooks, prompts, and helper scripts, which drifted from the canonical templates under templates/.
The repository direction is now:
- one repo
- one npm package
- one source of truth under
templates/
Use the Claude Code CLI installer:
npx @verygoodplugins/mcp-automem claude-codeThis is the supported Claude Code integration path until the unified install command lands.
- Remove the AutoMem plugin from Claude Code using the Claude Code plugin manager.
- Run the supported installer:
npx @verygoodplugins/mcp-automem claude-code- Restart Claude Code.
- Verify the
memoryMCP server tools are available and that~/.claude/settings.jsoncontains the AutoMem MCP permissions.
If your old plugin install namespaced the MCP tool prefix, update any custom permissions or local notes to use the canonical mcp__memory__* tool names after migration.
Deprecated:
- Claude Code plugin installation via the marketplace payload in
plugins/automem - Claude Code plugin marketplace metadata in
.claude-plugin/marketplace.json
Not deprecated:
npx @verygoodplugins/mcp-automem claude-code- manual/export-based setup for advanced users
- the Claude Code integration itself
A follow-up branch will add:
npx @verygoodplugins/mcp-automem install- manifest-based install tracking
status,uninstall, andexportorchestration
After that lands, the deprecated Claude Code plugin payload will be removed.