Skip to content

chore(config): enable episodic-memory + private-journal-mcp plugins#172

Draft
trivoallan wants to merge 1 commit into
mainfrom
claude/plugins-memory-journal
Draft

chore(config): enable episodic-memory + private-journal-mcp plugins#172
trivoallan wants to merge 1 commit into
mainfrom
claude/plugins-memory-journal

Conversation

@trivoallan

Copy link
Copy Markdown
Owner

What

Declare the official obra/superpowers-marketplace and enable two MCP-server plugins from it in the project's .claude/settings.json:

  • episodic-memory — semantic search over past Claude Code / Codex sessions (cross-session memory).
  • private-journal-mcp — private journaling MCP server with semantic search.

Why

For the record / durability: keeps the enabled-plugin set declared in-repo alongside the existing superpowers, product-management, and ponytail entries.

Notes

  • Both are MCP servers (they expose tools, not / skills) and load at session start — a reload is not enough; a session restart surfaces their tools.
  • episodic-memory pulls heavy native deps (better-sqlite3, onnxruntime-node, sharp, @huggingface/transformers) and local embedding models on first run.
  • In the Claude Code web environment SKIP_PLUGIN_MARKETPLACE=true skips auto-install, so even with this declaration the plugins still need a manual claude plugin install per session there; this declaration is what makes them load automatically in the local CLI.

🤖 Generated with Claude Code

https://claude.ai/code/session_013FZJoXGhPiufMzcrPACoCR


Generated by Claude Code

Add the official obra/superpowers-marketplace and enable two MCP-server
plugins from it:
- episodic-memory — semantic search over past Claude Code sessions
- private-journal-mcp — private journal MCP with semantic search

Both are MCP servers (tools, not skills); they load at session start.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants