After installing and then removing this plugin, the following persistent artifacts remained on my system and continued to execute on every Claude Code session:
- MCP server registered in
~/.claude.json (mcp-supermemory-ai → https://mcp.supermemory.ai/mcp) — not removed on uninstall
- SessionStart hook at
~/.claude/plugins/cache/supermemory-plugins/.../hooks/hooks.json firing context-hook.cjs on every new session
- Marketplace entry in
~/.claude/settings.json and ~/.claude/plugins/known_marketplaces.json
- Cached plugin scripts at
~/.claude/plugins/cache/supermemory-plugins/
Symptom: every new Claude Code session opened an unsolicited browser tab to https://app.supermemory.ai/login/new attempting to (re-)authenticate, despite the plugin being uninstalled from my perspective.
Expected behaviour: uninstalling the plugin should remove all four artifacts above, or at minimum the MCP server entry and SessionStart hook — these are the components that execute code and make network calls.
Requests:
- Document the full uninstall procedure (or provide a single command) that reverses all install side-effects
- Consider making SessionStart hook + MCP server registration opt-in rather than default-on
- Ensure the auth browser-tab has a clear opt-out / "disable this plugin" link on the landing page
Environment: Linux, Claude Code CLI.
After installing and then removing this plugin, the following persistent artifacts remained on my system and continued to execute on every Claude Code session:
~/.claude.json(mcp-supermemory-ai→https://mcp.supermemory.ai/mcp) — not removed on uninstall~/.claude/plugins/cache/supermemory-plugins/.../hooks/hooks.jsonfiringcontext-hook.cjson every new session~/.claude/settings.jsonand~/.claude/plugins/known_marketplaces.json~/.claude/plugins/cache/supermemory-plugins/Symptom: every new Claude Code session opened an unsolicited browser tab to
https://app.supermemory.ai/login/newattempting to (re-)authenticate, despite the plugin being uninstalled from my perspective.Expected behaviour: uninstalling the plugin should remove all four artifacts above, or at minimum the MCP server entry and SessionStart hook — these are the components that execute code and make network calls.
Requests:
Environment: Linux, Claude Code CLI.